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

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