VGridControlBase.SetCellValue Method
| Name | Parameters | Description |
|---|---|---|
| SetCellValue(BaseRow, Int32, Object) | gridRow, recordIndex, value | Assigns a value to a cell. |
| SetCellValue(MultiEditorRow, Int32, Int32, Object) | meRow, recordIndex, cellIndex, value | Assigns a value to a cell in a multi-editor row. |
| SetCellValue(RowProperties, Int32, Object) | props, recordIndex, value | Assigns a value to a cell. |
| SetCellValue(String, Int32, Object) | fieldName, recordIndex, value | Assigns a value to a cell. |