Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.