Type | Description | |||
Action as Variant |
[optional] A long expression that specifies the action being removed. If missing
or -1, all actions are removed.
The Action parameter can be one of the following:
For instance, RedoListAction(13) removes only AddItem actions in the redo stack. | |||
Count as Variant | [optional] A long expression that indicates the number of actions to be removed. If missing or -1, all actions are removed. For instance, RedoListAction(13,1) removes only the first AddItem action from the redo stack. |
The records of the Undo/Redo queue may contain actions in the following format:
Also, the Undo/Redo queue may include:
.