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

Return Value

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

Reference

UndoManager class