Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / columnCount Field


In This Topic
    columnCount Field (CellDragDropUndoAction)
    In This Topic
    Specifies the number of columns to drag and drop.
    Syntax
    'Declaration
     
    
    Protected columnCount As Integer
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Integer
     
    value = instance.columnCount
     
    instance.columnCount = value
    protected int columnCount
    See Also