[]
Represents the undo actions for clicking a column in the grouping bar to reverse sorting for that column.
public class GroupClickUndoAction : UndoAction, ICloneable
Public Class GroupClickUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| GroupClickUndoAction(SheetView, int) | Creates a new GroupClickUndoAction object. |
| Name | Description |
|---|---|
| column | Specifies the index of the column clicked in the grouping bar. |
| sheetView | Specifies the sheet that contains the column. |
| Name | Description |
|---|---|
| ClickGroup(SpreadView) | Helper function that reverses the sort in the clicked group (called by PerformUndoAction and Undo). |
| PerformUndoAction(object) | Reverses the sort in the clicked group. |
| SaveUndoState() | Saves undo state. |
| ToString() | Returns a string that represents this object. |
| Undo(object) | Reverses the sort in the clicked group. |