[]
Represents the undo actions for a group button click action.
public class RangeGroupButtonClickUndoAction : UndoAction, ICloneable
Public Class RangeGroupButtonClickUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| RangeGroupButtonClickUndoAction() | Creates a new undo action for a range group. |
| RangeGroupButtonClickUndoAction(SheetView, int, bool) | Creates a new undo action for an outline (range group) for a specified sheet. |
| Name | Description |
|---|---|
| activeLevel | Specifies the level on which the action occurs. |
| collapsedIndexList | Specifies the collection of collapsed indexes inside groups. |
| isRowGroup | Specifies whether the action applies to an outline (range group) of rows. |
| sheetView | Specifies the view of the Clipboard operation. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Peforms the Clipboard cut action. |
| SaveUndoState() | Saves the undo state of an outline (range group) button click action. |
| Undo(object) | Peforms the undo Clipboard cut action. |