ItemIndex Method
Object List Next Object
Defined By: ObjectList Control
Description:
Finds the index of an item.
Declaration:
Fuction ItemIndex(ByVal item As Object)As Integer
Details:
Item is the object whose index you want to find. ItemIndex returns the specifed
object’s index.
See Also:
ListIndex property