Visual Basic |
---|
Public Function MoveToPos( _ ByVal Item As Variant, _ ByVal NewPosition As Long _ ) As Long |
- 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.