Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellFactoryBase Class / CellsRowsCount Property


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