GcSpread.Sheets.UndoRedo Namespace : DragDropUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.DragDropUndoAction(sheet, dragMoveExtent, copy, insert, option);
function DragDropUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.DragDropUndoAction
Name | Description | |
---|---|---|
DragDropUndoAction Constructor | Represents a drag drop undo action used to drag a range and drop it onto another 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 of the saved information. |