Move Method
Move(int, int)
Moves a page specified by its 0-based index to another position in the collection.
Declaration
public void Move(int curIndex, int newIndex)
Public Sub Move(curIndex As Integer, newIndex As Integer)
Parameters
Type |
Name |
Description |
int |
curIndex |
The current index of the page to move.
|
int |
newIndex |
The new index of the page.
|