property Item.Index as Long
Retrieves the item's index.

TypeDescription
Long A Long expression that specifies the index of the item in the parent's items collection.
By default, the Index property is defined by the control at adding time. The Index property is read-only. The Add method adds new items to the control. The Items property accesses the child-items collection of the current item. The Parent item property specifies the parent item.