WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    public TransposedGridCellFactory( 
       GridCellFactory cellFactory
    )

    Parameters

    cellFactory
    The original cell-factory.
    See Also