IWinListViewSelectItem Method (Int32) |
Selects the item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string SelectItem(
int itemIndex
)
Function SelectItem (
itemIndex As Integer
) As String
Dim instance As IWinListView
Dim itemIndex As Integer
Dim returnValue As String
returnValue = instance.SelectItem(itemIndex)
String^ SelectItem(
int itemIndex
)
Parameters
- itemIndex
- Type: SystemInt32
The zero-based index of the item.
Return Value
Type:
StringThe captions of the selected item and its subitems
Exceptions See Also