Click or drag to resize

IGridValueCollection2TItem Property (String, String)

Gets a cell value by the row and column names.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
T this[
	string rowName,
	string columnName
] { get; set; }

Parameters

rowName
Type: SystemString
Name of the row.
columnName
Type: SystemString
Name of the column.

Return Value

Type: T
The cell value.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also