Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / GridCellsPanel Constructor
The grid.


In This Topic
    GridCellsPanel Constructor
    In This Topic
    Initializes a new instance of the GridCellsPanel class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal grid As GridBase _
    )
    'Usage
     
    
    Dim grid As GridBase
     
    Dim instance As New GridCellsPanel(grid)
    public GridCellsPanel( 
       GridBase grid
    )

    Parameters

    grid
    The grid.
    See Also