SpreadJS Documentation
canExecute Method
Defines the method that determines whether the action can be performed in its current state.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.RowGroupExpandUndoAction(sheet, rowExpandExtent);
var value; // Type: boolean
value = instance.canExecute();
function canExecute() : boolean;

Return Value

true if this action can be performed; otherwise, false.
See Also

Reference

RowGroupExpandUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.