Exchanges specified pages.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void ExchangePage( int index1, int index2 )
Public Sub ExchangePage ( _ index1 As Integer, _ index2 As Integer _ )
public: void ExchangePage( int index1, int index2 )
Parameters
- index1
- Int32
 Page index 1.
- index2
- Int32
 Page index 2.


























