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