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


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