Move Method
Move(int, int)
Moves the item with given index (fromIndex) to the new position (toIndex).
Declaration
public void Move(int fromIndex, int toIndex)
Public Sub Move(fromIndex As Integer, toIndex As Integer)
Parameters
| Type |
Name |
Description |
| int |
fromIndex |
|
| int |
toIndex |
|