GcSpread.Sheets.UndoRedo Namespace : CellEditUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.CellEditUndoAction(sheet, cellEditInfo);
function CellEditUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.CellEditUndoAction
Name | Description | |
---|---|---|
CellEditUndoAction Constructor | Represents a cell edit undo action that applies a new value to a cell on the 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 command or operation. |