'Declaration Sub Move( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
Parameters
- fromIndex
- Location from which to begin the move
- toIndex
- Location at which to paste moved items
- count
- Number of items to move
'Declaration Sub Move( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )