'Declaration Sub Swap( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
Parameters
- fromIndex
- Location at which to begin the swap
- toIndex
- Location at which to swap items
- count
- Number of items to swap
'Declaration Sub Swap( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )