Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / UndoManager Property


In This Topic
    UndoManager Property (SheetView)
    In This Topic
    Gets the undo manager for the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property UndoManager As UndoManager
    'Usage
     
    Dim instance As SheetView
    Dim value As UndoManager
     
    value = instance.UndoManager
    public UndoManager UndoManager {get;}
    See Also