Spread.Sheets Documentation
undo Method
GC.Spread.Commands Namespace > UndoManager class : undo Method
Undoes the last command.
Syntax
var instance = new GC.Spread.Commands.UndoManager();
var value; // Type: boolean
value = instance.undo();
function undo() : boolean;

Return Value

true if the undo operation is successful; otherwise, false.
See Also

Reference

UndoManager class