GC.Spread.Commands Namespace > UndoManager class : redo Method |
var instance = new GC.Spread.Commands.UndoManager(); var value; // Type: boolean value = instance.redo();
function redo() : boolean;
true
if the redo operation is successful; otherwise, false
.