Gets a value indicating whether there is a command in the undo history which can be redone.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public boolean getCanRedo () |
Remarkstrue if the undo queue contains operations that can be redone; otherwise, false.
See Also