SetCellValue(GridCellRange,Object) Method
Sets the value corresponding to the cell in the specified range.
'Declaration
Public Overloads Sub SetCellValue( _
ByVal As GridCellRange, _
ByVal As Object _
)
Parameters
- range
- The range of the cell.
- value
- The value to be set.