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; }
ReadOnly Default Property Item (
rowIndex As Integer,
view As P
) As T
Get
Dim instance As IGridRowViewCollection
Dim rowIndex As Integer
Dim view As P
Dim value As T
value = instance(rowIndex, view)
property T default[int rowIndex, P view] {
T get (int rowIndex, P view);
}
Parameters
- rowIndex
- Type: SystemInt32
The row index. - view
- Type: P
The child view.
Return Value
Type:
TThe value.
Exceptions See Also