FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / UndoStack Property

In This Topic
    UndoStack Property
    In This Topic
    Gets the UndoStack associated with this C1FlexSheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UndoStack As ExcelUndoStack
    public ExcelUndoStack UndoStack {get;}
    Remarks
    IUndoableAction elements added to the UndoStack can be undone/re-done later.
    See Also