Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellFactory Class / RowHeaderColumnsCount Property


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