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.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.