GcSpread.Sheets.UndoRedo Namespace : DragFillUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.DragFillUndoAction(sheet, dragFillExtent);
function DragFillUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.DragFillUndoAction
Name | Description | |
---|---|---|
DragFillUndoAction Constructor | Represents a drag fill undo action to drag and fill a range on the sheet. |
Name | Description | |
---|---|---|
canExecute | Defines the method that determines whether the action can be performed in its current state. | |
canUndo | (Inherited from GcSpread.Sheets.UndoRedo.ActionBase) | |
execute | Defines the method to be called when the action is invoked. | |
saveState | Saves undo information. | |
undo | Undoes the action on the worksheet. |