ColumnView.SetRowCellValue Method
| Name | Parameters | Description |
|---|---|---|
| SetRowCellValue(Int32, GridColumn, Object) | rowHandle, column, _value | Assigns a value to a specific cell. |
| SetRowCellValue(Int32, String, Object) | rowHandle, fieldName, _value | Sets the value of the specified cell in the current View. |