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

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

    Parameters

    cellFactory
    The original cell-factory.
    See Also