DataGridView.SetCellValue(Int32, String, Object) Method
Sets the specified cell’s value.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public void SetCellValue(
int rowHandle,
string fieldName,
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | The handle of the row which contains the cell. |
| fieldName | String | The column’s field name. |
| value | System.Object | The cell’s new value. |
See Also