'Declaration Public Overloads Overridable Sub SetCellValue( _ ByVal cellType As GridCellType, _ ByVal range As GridCellRange, _ ByVal value As Object _ )
public virtual void SetCellValue( GridCellType cellType, GridCellRange range, object value )
Parameters
- cellType
- Type of the cell.
- range
- The range.
- value
- The value to be set in the cell.