Swap Method
Description
Swaps the two list items specified by their positions.Swaps the two list items specified by their positions.
Syntax
Visual Basic
Public Sub Swap( _
   ByVal Pos1 As Long, _
   ByVal Pos2 As Long _
) 
Parameters
Pos1
Put the item in this position in position Pos2.Put the item in this position in position Pos2.
Pos2
Put the item in this position in position Pos1.Put the item in this position in position Pos1.
See Also