Name | Description | |
---|---|---|
AutoSortColumnUndoAction Constructor | Creates a new undo action for automatic sorting of rows. |
The following tables list the members exposed by AutoSortColumnUndoAction.
Name | Description | |
---|---|---|
AutoSortColumnUndoAction Constructor | Creates a new undo action for automatic sorting of rows. |
Name | Description | |
---|---|---|
column | Specifies the index of the column being automatically sorted. | |
prevAscending | Specifies whether the previous column was sorted in ascending order. | |
prevColumn | Specifies the previous column that was automatically sorted (-1 if none). | |
sheetView | Specifies the sheet on which the sorting is done. | |
viewRowIndexes | Specifies the row index mapping before sort. |
Name | Description | |
---|---|---|
Clone | Clones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformAction | Performs the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction) | |
PerformUndoAction | Overridden. Performs the automatic sorting action. | |
ToString | Returns a string that represents this object. | |
Undo | Overridden. Performs the undo automatic sorting action. |
Name | Description | |
---|---|---|
SaveUndoState | Overridden. Saves the undo state of this automatic sorting action. |