GcSpread.Sheets.UndoRedo Namespace : RowGroupExpandUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.RowGroupExpandUndoAction(sheet, rowExpandExtent);
function RowGroupExpandUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.RowGroupExpandUndoAction
Name | Description | |
---|---|---|
RowGroupExpandUndoAction Constructor | Represents an undo action to expand or collapse a row range group. |
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. |