GcSpread.Sheets.UndoRedo Namespace : RowUngroupUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.RowUngroupUndoAction(sheet, groupExtent);
function RowUngroupUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.RowUngroupUndoAction
Name | Description | |
---|---|---|
RowUngroupUndoAction Constructor | Represents the undo action for ungrouping row range groups on a sheet. |
Name | Description | |
---|---|---|
canExecute | Defines the method that determines whether the action can be performed in its current state. | |
canUndo | Gets a value that indicates whether the action can be undone. | |
execute | Defines the method to be called when the action is invoked. | |
saveState | Saves undo information. | |
undo | Undoes the action on the specified sender. |