Description
Undoes the recording a specified number of times.
-
Return Type
-
None
-
Syntax
-
object.Undo [NumberOfLevels]
The Undo Method syntax has these parts: |
| object | An expression evaluating to an object of type McRecorder. | | NumberOfLevels | Optional. A Long value. The number of times to undo.
| Remarks
One undo state is created by each call to SetUndoMarking, with a maximum of 9.
|