Search
Command Members
Properties Methods
 


Represents an action that modifies an object and whose effects can be undone.

The following tables list the members exposed by the Command type.

 Protected Properties

  Name Description

HasEffect

Gets a value indicating whether the command does anything.

 Protected Methods

  Name Description

Execute

Carries out an action that changes the workbook in some way.

Redo

Repeats an action that has been undone.

Undo

Undoes an action, restoring the workbook to the state it was in before carrying out the action.

 See Also