IListViewCollectionTItem Property (Int32, Int32) |
Gets a subitem's value by the parent item's index (zero-based) and subitem's 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 itemIndex,
int subitemIndex
] { get; }
ReadOnly Default Property Item (
itemIndex As Integer,
subitemIndex As Integer
) As T
Get
Dim instance As IListViewCollection
Dim itemIndex As Integer
Dim subitemIndex As Integer
Dim value As T
value = instance(itemIndex, subitemIndex)
property T default[int itemIndex, int subitemIndex] {
T get (int itemIndex, int subitemIndex);
}
Parameters
- itemIndex
- Type: SystemInt32
Index of the item. - subitemIndex
- Type: SystemInt32
Index of the subitem.
Return Value
Type:
TThe value of the specified subitem.
Exceptions See Also