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


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