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