FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / GridWrapCellFactory Constructor
The cell factory.

In This Topic
    GridWrapCellFactory Constructor
    In This Topic
    Initializes a new instance of the GridWrapCellFactory class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cellFactory As GridCellFactory _
    )
    public GridWrapCellFactory( 
       GridCellFactory cellFactory
    )

    Parameters

    cellFactory
    The cell factory.
    See Also