Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridWrapCellFactory Class / PrepareCell(GridCellType,GridCellRange,GridCellView) Method
Type of the cell.
The range.
The cell.


In This Topic
    PrepareCell(GridCellType,GridCellRange,GridCellView) Method
    In This Topic
    Prepares the cell to be shown.
    Syntax
    'Declaration
     
    
    Public Overrides Sub PrepareCell( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal cell As GridCellView _
    ) 
    'Usage
     
    
    Dim instance As GridWrapCellFactory
    Dim cellType As GridCellType
    Dim range As GridCellRange
    Dim cell As GridCellView
     
    instance.PrepareCell(cellType, range, cell)
    public override void PrepareCell( 
       GridCellType cellType,
       GridCellRange range,
       GridCellView cell
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    cell
    The cell.
    See Also