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