[]
Creates a new undo action for the state of an outline (range group).
public RangeGroupStateChangeUndoAction()
Public Sub New()
Creates a new undo action for the state of a specified outline (range group).
public RangeGroupStateChangeUndoAction(SheetView sheetView, RangeGroupInfo group, bool isRowGroup)
Public Sub New(sheetView As SheetView, group As RangeGroupInfo, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet that contains the outline (range group) |
RangeGroupInfo | group | Whether the action is for an outline (range group) |
bool | isRowGroup | Whether the action is an outline (range group) of rows |