Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.MultipleRowMovingException Class / ActualMovedRowCount Property


In This Topic
    ActualMovedRowCount Property
    In This Topic
    Indicates the number of rows moved successfully before the exception.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActualMovedRowCount As Integer
    'Usage
     
    
    Dim instance As SheetView.MultipleRowMovingException
    Dim value As Integer
     
    value = instance.ActualMovedRowCount
    public int ActualMovedRowCount {get;}
    See Also