NextPage Method (IScrollBar)
Moves the scroll bar downward, or to the right, the specified number of pages.

C# Syntax

void NextPage( 
   int numberOfPages
)

Parameters

numberOfPages
The number of pages to move the scroll bar (Default value: 1).