'Declaration
Public Overridable Sub PrepareCell( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cell As GridCellView _ )
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim cell As GridCellView instance.PrepareCell(cellType, range, cell)
public virtual void PrepareCell( GridCellType cellType, GridCellRange range, GridCellView cell )
Parameters
- cellType
- range
- cell