C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridWrapCellFactory Class / GridWrapCellFactory Constructor
The cell factory.


In This Topic
GridWrapCellFactory Constructor
In This Topic
Initializes a new instance of the GridWrapCellFactory class.
Syntax
'Declaration
 
Public Function New( _
   ByVal cellFactory As GridCellFactory _
)
 
'Usage
 
Dim cellFactory As GridCellFactory
 
Dim instance As New GridWrapCellFactory(cellFactory)

Parameters

cellFactory
The cell factory.
See Also