WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / TransposedGridCellFactory Class
Members
In This Topic
    TransposedGridCellFactory Class
    In This Topic
    This cell-factory switches the columns and rows so the data-items are shown as columns.
    Object Model
    TransposedGridCellFactory ClassGridControlAdapter.ColumnInfo ClassGridControlAdapter.RowInfo ClassFlexGrid ClassGridCellFactory ClassGridControlRange Class
    Syntax
    public class TransposedGridCellFactory : GridWrapCellFactory 
    Inheritance Hierarchy

    System.Object
       C1.WinUI.Grid.GridControlAdapter
          C1.WinUI.Grid.GridCellFactory
             C1.WinUI.Grid.GridWrapCellFactory
                C1.WinUI.Grid.TransposedGridCellFactory

    See Also