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