Scrolls the scrollbar to the Nth (wrapped) line
            
 
    Namespace: 
   AdiIRCAPI
    Assembly:
   AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntaxvoid ScrollTo(
	int line
)
Sub ScrollTo ( 
	line As Integer
)
void ScrollTo(
	int line
)
abstract ScrollTo : 
        line : int -> unit 
Parameters
- line
 - Type: SystemInt32
[Missing <param name="line"/> documentation for "M:AdiIRCAPI.ITextView.ScrollTo(System.Int32)"]
 
See Also