Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / AutoSortColumnUndoAction Class
Fields Methods


In This Topic
    AutoSortColumnUndoAction Class Members
    In This Topic

    The following tables list the members exposed by AutoSortColumnUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new undo action for automatic sorting of rows.  
    Top
    Protected Fields
     NameDescription
    Protected FieldSpecifies the index of the column being automatically sorted.  
    Protected FieldSpecifies whether the previous column was sorted in ascending order.  
    Protected FieldSpecifies the previous column that was automatically sorted (-1 if none).  
    Protected FieldSpecifies the sheet on which the sorting is done.  
    Protected FieldSpecifies the row index mapping before sort.  
    Top
    Public Methods
     NameDescription
    Public MethodClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodOverridden. Performs the automatic sorting action.  
    Public MethodReturns a string that represents this object.  
    Public MethodOverridden. Performs the undo automatic sorting action.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Saves the undo state of this automatic sorting action.  
    Top
    See Also