'Declaration
Public Function New( _ ByVal spreadView As SpreadView, _ ByVal maxLength As Integer _ )
'Usage
Dim spreadView As SpreadView Dim maxLength As Integer Dim instance As New UndoManager(spreadView, maxLength)
public UndoManager( SpreadView spreadView, int maxLength )
Parameters
- spreadView
- View
- maxLength
- Maximum number of actions to remember for undo or redo, or -1 for no limit