GridControl.SetCellValue Method
Name | Parameters | Description |
---|---|---|
SetCellValue(Int32, GridColumn, Object) | rowHandle, column, value | Assigns a value to the specified cell. |
SetCellValue(Int32, String, Object) | rowHandle, fieldName, value | Assigns a value to the specified cell. |