[]
Represents the undo actions for a collapse or expand action for range groups.
public class RangeGroupStateChangeUndoAction : UndoAction, ICloneable
Public Class RangeGroupStateChangeUndoAction
Inherits UndoAction
Implements ICloneable
Name | Description |
---|---|
RangeGroupStateChangeUndoAction() | Creates a new undo action for the state of an outline (range group). |
RangeGroupStateChangeUndoAction(SheetView, RangeGroupInfo, bool) | Creates a new undo action for the state of a specified outline (range group). |
Name | Description |
---|---|
collapsedIndexList | Specifies the collection of collapsed indexes inside an outline (range group). |
group | Specifies the outline (range group) to expand or collapse. |
isRowGroup | Specifies whether the action applies to an outline (range group) of rows (or columns). |
sheetView | Specifies the view of the Clipboard operation. |
Name | Description |
---|---|
PerformUndoAction(object) | Peforms the Clipboard cut action. |
SaveUndoState() | Saves the undo state of this range group. |
Undo(object) | Peforms the undo Clipboard cut action. |