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


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