Click or drag to resize

IGridRowViewCollectionP, TItem Property

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,
	P view
] { get; }

Parameters

rowIndex
Type: SystemInt32
The row index.
view
Type: P
The child view.

Return Value

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