Application.EditUndo Method
Project Developer Reference |
Cancels the last user-interface action.
Syntax
expression.EditUndo(fUndo)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
fUndo | Optional | Integer | Specifies the number of actions to undo. If the total number of actions is less than fUndo, EditUndo undoes all actions. |
Return Value
Boolean
See Also