Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactory Class / ColumnHeaderRowsCount Property


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