[]
Creates a new undo action manager.
public UndoManager(SpreadView spreadView, int maxLength)
Public Sub New(spreadView As SpreadView, maxLength As Integer)
Type | Name | Description |
---|---|---|
SpreadView | spreadView | View |
int | maxLength | Maximum number of actions to remember for undo or redo, or -1 for no limit |