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