[]
Sets the value of a specified cell.
public virtual void SetCellValue(GridControlRange range, object value)
Public Overridable Sub SetCellValue(range As GridControlRange, value As Object)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| object | value | The value to be set in the cell. |