FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelUndoStack Class / ExcelUndoStack Constructor
C1FlexGrid that owns this undo stack.

In This Topic
    ExcelUndoStack Constructor
    In This Topic
    Initializes a new instance of a ExcelUndoStack.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal flex As C1FlexSheet _
    )
    public ExcelUndoStack( 
       C1FlexSheet flex
    )

    Parameters

    flex
    C1FlexGrid that owns this undo stack.
    See Also