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