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


In This Topic
    prevColumn Field
    In This Topic
    Specifies the previous column that was automatically sorted (-1 if none).
    Syntax
    'Declaration
     
    
    Protected prevColumn As Integer
    'Usage
     
    
    Dim instance As AutoSortColumnUndoAction
    Dim value As Integer
     
    value = instance.prevColumn
     
    instance.prevColumn = value
    protected int prevColumn
    See Also