This property returns the number that uniquely identifies an object in a collection.
object.Index
The Index property is set by default to the order of the creation of objects in a collection. The index for the first object in a collection will always be 1.
The value of the Index property of an object can change when objects in the collection are reordered, such as when you set the Sorted property to True. If you expect the Index property to change dynamically, it may be more useful to refer to objects in a collection by using the Key property.