Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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)
    public GridWrapCellFactory( 
       GridCellFactory cellFactory
    )

    Parameters

    cellFactory
    The cell factory.
    See Also