'Declaration
Public Overrides Function CreateCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContentType As Object _ ) As Android.Views.View
'Usage
Dim instance As GridCellFactory Dim cellType As GridCellType Dim range As GridCellRange Dim cellContentType As Object Dim value As Android.Views.View value = instance.CreateCellContent(cellType, range, cellContentType)
public override Android.Views.View CreateCellContent( GridCellType cellType, GridCellRange range, object cellContentType )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellContentType
- Type of the cell content.