ComponentOne Xamarin.iOS
GridCellsPanel Constructor


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellsPanel Class : GridCellsPanel Constructor
The grid.
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

Reference

GridCellsPanel Class
GridCellsPanel Members