'Declaration Public Sub SetPageIndex( _ ByVal pageIndex As Integer, _ ByVal updateHistory As Boolean _ )
public void SetPageIndex( int pageIndex, bool updateHistory )
Parameters
- pageIndex
- The 0-based index of the page.
- updateHistory
- Specifies whether the previous position should be added to the history.