property Property.Position as Long
Retrieves or sets a value that indicates the item's position in the children list.

TypeDescription
Long A long expression that indicates the position of the Property in the list of children items. 0 means the first property, 1, the second, and so on.
The Position property specifies the position of the property in the browser. Use the Position property to change the property's position. For instance, if the IncrementalSearch property is exContains + exMoveOnTop, the items are re-arranged so, the first items contain the typed characters, while the rest stay unchanged.