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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.