Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowMoveUndoAction Class / count Field


In This Topic
    count Field (RowMoveUndoAction)
    In This Topic
    Specifies the number of rows to move.
    Syntax
    'Declaration
     
    
    Protected count As Integer
    'Usage
     
    
    Dim instance As RowMoveUndoAction
    Dim value As Integer
     
    value = instance.count
     
    instance.count = value
    protected int count
    See Also