[]
Creates a new undo action for a range group.
public RangeGroupButtonClickUndoAction()
Public Sub New()
Creates a new undo action for an outline (range group) for a specified sheet.
public RangeGroupButtonClickUndoAction(SheetView sheetView, int activeLevel, bool isRowGroup)
Public Sub New(sheetView As SheetView, activeLevel As Integer, isRowGroup As Boolean)
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet |
int | activeLevel | Level |
bool | isRowGroup | Whether the outline (range group) is of rows |