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


In This Topic
    column Field (AutoSortColumnUndoAction)
    In This Topic
    Specifies the index of the column being automatically sorted.
    Syntax
    'Declaration
     
    
    Protected column As Integer
    'Usage
     
    
    Dim instance As AutoSortColumnUndoAction
    Dim value As Integer
     
    value = instance.column
     
    instance.column = value
    protected int column
    See Also