FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / TransposedGridCellFactory Class / ColumnHeaderRowsCount Property

In This Topic
    ColumnHeaderRowsCount Property (TransposedGridCellFactory)
    In This Topic
    Gets the number of rows belonging to the column headers area.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ColumnHeaderRowsCount As Integer
    public override int ColumnHeaderRowsCount {get;}
    See Also