DataGridView.SetCellValue(Int32, String, Object) Method
Assigns a value to the specified cell.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public void SetCellValue(
int rowHandle,
string fieldName,
object value
)
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | The handle of the row that contains the cell. |
fieldName | String | The field name of the column that contains the cell. |
value | Object | An object that specifies a new value to be assigned to the cell. |
See Also