Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellEditUndoAction Class / column Field


In This Topic
    column Field (CellEditUndoAction)
    In This Topic
    Specifies the index of the column that contains the cell.
    Syntax
    'Declaration
     
    
    Protected column As Integer
    'Usage
     
    
    Dim instance As CellEditUndoAction
    Dim value As Integer
     
    value = instance.column
     
    instance.column = value
    protected int column
    See Also