Moves specified page to a new position.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void MovePage( int curIndex, int newIndex )
Public Sub MovePage ( _ curIndex As Integer, _ newIndex As Integer _ )
public: void MovePage( int curIndex, int newIndex )
Parameters
- curIndex
- Int32
 Current page index.
- newIndex
- Int32
 Destination index.


























