'Declaration Public Overloads Overridable Function CreateCell( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal cellKind As Object _ ) As GridCellView
public virtual GridCellView CreateCell( GridCellType cellType, GridCellRange range, object cellKind )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- cellKind
- Kind of cell.