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