RichText.ScrollToLine

RichText.ScrollToLine ( 

string ObjectName,

number Line )

Example 1

RichText.ScrollToLine("RichText1", 10);

Scrolls to line 10 in the richtext object named "RichText1."

See also:  Related Actions