Skip to main content
A newer version of this page is available.

IGridBase.GetCellValue(Int32, IGridColumn) Method

Returns a value from the specified cell.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

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