'Declaration
Public Overridable Function GetCellContentType( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange _ ) As Object
'Usage
Dim instance As GridCellFactoryBase Dim cellType As GridCellType Dim range As GridCellRange Dim value As Object value = instance.GetCellContentType(cellType, range)
public virtual object GetCellContentType( GridCellType cellType, GridCellRange range )
Parameters
- cellType
- range