GcSpread.Sheets.UndoRedo Namespace > SheetRenameUndoAction type : canExecute Method |
var instance = new GcSpread.Sheets.UndoRedo.SheetRenameUndoAction(sheet, newName); var value; // Type: boolean value = instance.canExecute(arg);
function canExecute( arg : object ) : boolean;
true
if this action can be performed; otherwise, false
.