'Declaration
Public Overrides Sub BindCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContent As Xamarin.Forms.View _ )
'Usage
Dim instance As GridWrapCellFactory Dim cellType As GridCellType Dim range As GridCellRange Dim cellContent As Xamarin.Forms.View instance.BindCellContent(cellType, range, cellContent)
public override void BindCellContent( GridCellType cellType, GridCellRange range, Xamarin.Forms.View cellContent )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellContent
- Content of the cell.