'Declaration
Public Overridable Sub BindCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContent As Android.Views.View _ )
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim cellContent As Android.Views.View instance.BindCellContent(cellType, range, cellContent)
public virtual void BindCellContent( GridCellType cellType, GridCellRange range, Android.Views.View cellContent )
Parameters
- cellType
- range
- cellContent