Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebElement Object / Document Property
In This Topic
    Document Property (WebElement)
    In This Topic
    Gets the HtmlDocument to which this element belongs.
    Syntax
    expression.Document As WebDocument object 
    where expression is a variable that represents a WebElement Object

    Property Value

    WebDocument Object.
    See Also