Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+

IGridBase.GetCellValue(Int32, IGridColumn) Method

Returns a value from the specified cell.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v20.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

string GetCellValue(
    int row,
    IGridColumn column
)

Parameters

Name Type Description
row Int32

An integer that is the row number.

column IGridColumn

An IGridColumn object that specifies the column.

Returns

Type Description
String

A string that is a value from the specified cell.

See Also