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