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