Exchanges specified pages.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

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.

See Also