Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / UndoManager Property


In This Topic
UndoManager Property (SpreadView)
In This Topic
Gets or sets the undo manager for the SpreadView.
Syntax
'Declaration
 
Public Property UndoManager As UndoManager
 
'Usage
 
Dim instance As SpreadView
Dim value As UndoManager
 
instance.UndoManager = value
 
value = instance.UndoManager
Remarks
Child SpreadView objects use the top-level parent's UndoManager. You can set this property to null to recreate the UndoManager and clear the undo/redo state.
See Also