[]
Undo a given number of operations.
public void Undo(int count)
Public Sub Undo(count As Integer)
| Type | Name | Description |
|---|---|---|
| int | count | Number of operations to undo. |
Undo the last operation.
public void Undo()
Public Sub Undo()