GcSpread.Sheets.UndoRedo Namespace > ClipboardPasteUndoAction type : canExecute Method |
var instance = new GcSpread.Sheets.UndoRedo.ClipboardPasteUndoAction(sheet, srcSheet, destSheet, pasteExtent, option); var value; // Type: boolean value = instance.canExecute(sender);
function canExecute( sender : object ) : boolean;
true
if this action can be performed; otherwise, false
.