FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCellFactory Class / ExcelCellFactory Constructor
C1FlexGrid that owns this cell factory.

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

    Parameters

    flex
    C1FlexGrid that owns this cell factory.
    See Also