MoveItem Method
Object List Next Object
Defined By: Menu
Description:
Moves an item from one position to another.
Declaration:
Function MoveItem(ByVal fromPos As Integer, ByVal toPos As Integer)As Integer
Details:
From is the initial position of the item you want to move. To is the position that that item will be moved to.
See Also:
RemoveItem method