'Declaration
Public Overrides Function GetCellContentType( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange _ ) As Object
'Usage
Dim instance As GridCellFactory Dim cellType As GridCellType Dim range As GridCellRange Dim value As Object value = instance.GetCellContentType(cellType, range)
public override object GetCellContentType( GridCellType cellType, GridCellRange range )
Parameters
- cellType
- Type of the cell.
- range
- The range.
Return Value
The returned object will be used as a key to recycle cell content´s