Click or drag to resize

IGridRowViewCollection3TItem Property (Int32, Int32)

Gets the data associated with a child view by the row index (zero-based).

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,
	int viewIndex = 0
] { get; }

Parameters

rowIndex
Type: SystemInt32
The row index.
viewIndex (Optional)
Type: SystemInt32
The view index.

Return Value

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