InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / ScrollIntoView Method
In This Topic
    ScrollIntoView Method
    In This Topic
    Scrolls through the document that contains this element until the top or bottom edge of this element aligns with the top of the document's window.
    Syntax
    expression.ScrollIntoView( _
       ByVal alignWithTop As System.Boolean _
    ) 

    Parameters

    alignWithTop
    See Also