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

C# Syntax

void NextLine( 
   int numberOfLines
)

Parameters

numberOfLines
The number of lines to move the scroll bar (Default value: 1).