Click or drag to resize

IGridViewFindRow Method (Int32, Object)

Returns the index of the first row that contains the specified value in the specified column.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
int FindRow(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
The zero-based index of the column.
value
Type: SystemObject
Specifies the value to be found.

Return Value

Type: Int32
The index or the first row that containes the specified value.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also