The following tables list the members exposed by Command.
Name | Description | |
---|---|---|
Command Constructor | Initializes a new instance of Command with the specified workbook. |
Name | Description | |
---|---|---|
DisplayText | Returns the text used for display purposes. | |
UndoSupport | Override this property to specify whether or not this command is undoable. |
Name | Description | |
---|---|---|
Execute | Called by the command manager to execute this command. | |
Undo | Called by the command manager to undo this command. |