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