'Declaration Public Overridable Function CreateCell( _ ByVal range As GridControlRange, _ ByVal cellContentType As Object _ ) As GridControlCellView
public virtual GridControlCellView CreateCell( GridControlRange range, object cellContentType )
Parameters
- range
- The range.
- cellContentType
- Type of the cell content.