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


In This Topic
UndoManager Property (FpSpread)
In This Topic
Gets or sets the undo manager for this Spread component.
Syntax
'Declaration
 
Public Property UndoManager As UndoManager
 
'Usage
 
Dim instance As FpSpread
Dim value As UndoManager
 
instance.UndoManager = value
 
value = instance.UndoManager
Remarks
This property wraps GetRootWorkbook().UndoManager. You can set this property to null to recreate the UndoManager and clear the undo or redo state.
See Also