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