[]
Sets the value of a specified cell.
public override sealed void SetCellValue(GridControlRange range, object value)
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| object | value | The value to be set in the cell. |
Sets the value of a specified cell.
public virtual void SetCellValue(GridCellType cellType, GridCellRange range, object value)
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| object | value | The value to be set in the cell. |