Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ColumnMoveUndoAction Class / count Field


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