Moves specified page to a new position.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
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.