'Usage
Dim instance As UndoManager Dim count As Integer Dim value As Boolean value = instance.Undo(count)
Parameters
- count
- Number of actions to undo, or -1 to undo all actions
Return Value
Boolean: true if successful; false otherwise
'Usage
Dim instance As UndoManager Dim count As Integer Dim value As Boolean value = instance.Undo(count)