DataGridView.GetCellValue(Int32, GridColumn) Method
Gets the value of the specified cell.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public object GetCellValue(
int rowHandle,
GridColumn column
)
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | The handle of the row that contains the cell. |
| column | GridColumn | A GridColumn class descendant that specifies the column containing the cell. |
Returns
| Type | Description |
|---|---|
| Object | The specified cell value. |
See Also