Spread Windows Forms 15.0
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
    public UndoManager UndoManager {get; set;}
    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