Spread.Sheets Documentation
canRedo Method
Gets whether the redo operation is allowed.
Syntax
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.
See Also

Reference

UndoManager class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.