property Item.Position as Long
Specifies the position of the item, within its collection.

TypeDescription
Long A long expression that specifies the position of the item ( 0-based ) 
The Position property specifies the position of the item, within its collection. You can use the Position property to change the position of specified item. The Count property returns the number of objects in a collection. The Visible property specifies whether the item is visible or hidden.