'Declaration
Public Overridable Sub BindCellContent( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellContent As UIKit.UIView _ )
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim cellContent As UIKit.UIView instance.BindCellContent(cellType, range, cellContent)
public virtual void BindCellContent( GridCellType cellType, GridCellRange range, UIKit.UIView cellContent )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellContent
- Content of the cell.