Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactoryBase Class / RowHeaderColumnsCount Property


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