Moves the item with the specified to a new new position specified by .
Syntax
'Declaration
Public Sub Move( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Move(
System.int ,
System.int
)
Parameters
- index
- The current index.
- newIndex
- The new index.
See Also