SheetRenameUndoAction Class Members
In This Topic
The following tables list the members exposed by SheetRenameUndoAction.
Public Constructors
Public Properties
| Name | Description |
| CanUndo | Gets a value that indicates whether the action can be undone. |
Top
Public Methods
| Name | Description |
| CanExecute | Overridden. Defines the method that determines whether the action can execute in its current state. |
| Execute | Overridden. Defines the method to be called when the action is invoked. |
| SaveState | Saves the state for the undo action before executing the action. |
| ToString | Returns a System.String that represents this instance. |
| Undo | Undoes the command or operation. |
Top
Public Events
See Also