DataGridView.GetCellValue(Int32, GridColumn) Method
In This Article
Returns the value of the specified data cell.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object GetCellValue(
int rowHandle,
GridColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | The handle of the row that contains the cell. |
column | Grid |
The column that contains the cell. |
#Returns
Type | Description |
---|---|
System. |
The specified cell’s value. |
See Also