DataGridView.SetCellValue(Int32, GridColumn, 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,
GridColumn column,
object value
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | The handle of the row which contains the cell. |
column | GridColumn | The column that contains the cell. |
value | Object | The cell’s new value. |
See Also