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