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


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