var instance = new GC.Spread.Commands.UndoManager(); var value; // Type: boolean value = instance.canRedo();
function canRedo() : boolean;
Return Value
true if the redo operation is allowed; otherwise, false.var instance = new GC.Spread.Commands.UndoManager(); var value; // Type: boolean value = instance.canRedo();
function canRedo() : boolean;
true if the redo operation is allowed; otherwise, false.