MoveToPos Method
Description
Moves the property to the specified position.
Syntax
Visual Basic
Public Function MoveToPos( _
   ByVal Item As Variant, _
   ByVal NewPosition As Long _
) As Long
Parameters
Item
The name or position index of the property you want to move.  Index values begin with 0.
NewPosition
The location to which you want to move the property within the list.  The position of the first property in the list is 0.
Example
See Also