SpreadJS Documentation
canUndo Method
Gets a value that indicates whether the action can be undone.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ActionBase();
var value; // Type: boolean
value = instance.canUndo();
function canUndo() : boolean;

Return Value

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

Reference

ActionBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.