Swap Method (PageCollection)
In This Topic
Swaps two pages specified by their 0-based indices.
Syntax
'Declaration
Public Sub Swap( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Swap(
System.int ,
System.int
)
Parameters
- index1
- The index of the first page to swap.
- index2
- The index of the second page to swap.
See Also