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