Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridWrapCellFactory Class / CellsRowsCount Property

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