Spread Windows Forms 12.0 Product Documentation
UndoManager Property (SpreadView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : UndoManager Property
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
public UndoManager UndoManager {get; set;}

Property Value

UndoManager object containing the undo manager for Spread
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

Reference

SpreadView Class
SpreadView Members