Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Web.Msie Library / WebDocument Object / Images Property
In This Topic
    Images Property
    In This Topic
    Gets a collection of all of the image tags in the document.
    Syntax
    expression.Images As WebElement() object 
    where expression is a variable that represents a WebDocument Object

    Property Value

    A collection of WebElement objects
    See Also