Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / AllElements Property
In This Topic
    AllElements Property (WebDocument)
    In This Topic
    Gets all Web elements.
    Syntax
    expression.AllElements As WebElement() object 
    where expression is a variable that represents a WebDocument Object

    Property Value

    A collection of WebElement objects
    See Also