Click or drag to resize

IGridValueCollectionTItem Property (Int32, String)

Gets a cell value by the row index (zero-based) and column name.

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

Parameters

rowIndex
Type: SystemInt32
Index 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