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


In This Topic
    prevAscending Field
    In This Topic
    Specifies whether the previous column was sorted in ascending order.
    Syntax
    'Declaration
     
    
    Protected prevAscending As Boolean
    'Usage
     
    
    Dim instance As AutoSortColumnUndoAction
    Dim value As Boolean
     
    value = instance.prevAscending
     
    instance.prevAscending = value
    protected bool prevAscending
    See Also