GridControl.SetCellValue(Int32, GridColumn, Object) Method
In This Article
Assigns a value to the specified cell.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public void SetCellValue(
int rowHandle,
GridColumn column,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A zero based integer value that specifies the handle of the row which contains the cell. |
column | Grid |
A Grid |
value | Object | An object that specifies the cell’s new value. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
To learn more, see Cells.
See Also