GcSpread.Sheets.UndoRedo Namespace : ColumnGroupHeaderExpandUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.ColumnGroupHeaderExpandUndoAction(sheet, columnGroupHeaderExpandExtent);
function ColumnGroupHeaderExpandUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.ColumnGroupHeaderExpandUndoAction
Name | Description | |
---|---|---|
ColumnGroupHeaderExpandUndoAction Constructor | Represents a column range group action used to expand or collapse column range groups on the same level. |
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. |