GcSpread.Sheets.UndoRedo Namespace : ClipboardPasteRangeUndoAction type |
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction(sheet, srcSheet, destSheet, pasteExtent, option);
function ClipboardPasteRangeUndoAction;
Object
GcSpread.Sheets.UndoRedo.ActionBase
GcSpread.Sheets.UndoRedo.ClipboardPasteRangeUndoAction
Name | Description | |
---|---|---|
ClipboardPasteRangeUndoAction Constructor | Represents a paste undo action to paste a range 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 command or operation can be undone. | |
execute | Defines the method to be called when the action is invoked. | |
pasteOption | Gets the pasteOption of ClipboardPasteRangeUndoAction. | |
pasteRange | Gets the target paste range of ClipboardPasteRangeUndoAction. | |
saveState | Saves undo information. | |
undo | Undoes the action on the worksheet. |