GcSpread.Sheets.UndoRedo Namespace > ClipboardPasteUndoAction type : undo Method |
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteUndoAction(sheet, srcSheet, destSheet, pasteExtent, option); var value; // Type: boolean value = instance.undo(sender);
function undo( sender : object ) : boolean;
true
if an undo operation on the command or operation succeeds; otherwise, false
.