Executes again an action saved in the command history.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Redo () |
Visual Basic
Copy Code
|
|---|
Public Sub Redo () |
RemarksTo check if there is currently an action that can be redone, use the CanRedo property. Calling Redo when CanRedo is false has no effect.
See Also