GcSpread.Sheets.UndoRedo Namespace : ColumnResizeUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.ColumnResizeUndoAction(sheet, columns, size, rowHeader);
function ColumnResizeUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.ColumnResizeUndoAction
Name | Description | |
---|---|---|
ColumnResizeUndoAction Constructor | Represents the undo actions for resizing a column 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 column resizing action. |