MoveToPos Method
Description
Moves the object repository file entry from the current position to the specified new position.
Syntax
Visual Basic
Public Sub MoveToPos( _
   ByVal CurPosition As Long, _
   ByVal NewPosition As Long _
) 
Parameters
CurPosition
The current position of the shared object repository whose position you want to change. Position values begin with 1.
NewPosition
The position in the list to which you want to move the shared object repository. Position values begin with 1.
Example
See Also