Method of ITextView
Navigates to specific line
TextView.GoToLine(nLine);
==== Visual Basic Script ====
TextView.GoToLine nLine
==== C++ ====
HRESULT hr = TextView.GoToLine(nLine);
===== See Also ===== ITextView