ListIndex Property
Object List Next Object
Defined By: ObjectList Control
Description:
Index of the item currently selected in the list. It can also be used to
select an item in the list.
Details:
ListIndex displays the index of the currently selected list item. If you
assign an Integer value to ListIndex, the list item at the corresponding index will
become the currently selected list item.
Data Type: Integer
See Also:
ItemIndex method