Move Method (PageCollection)
In This Topic
Moves a page specified by its 0-based index to another position in the collection.
Syntax
'Declaration
Public Sub Move( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Move(
System.int ,
System.int
)
Parameters
- curIndex
- The current index of the page to move.
- newIndex
- The new index of the page.
See Also