IHTMLAreasCollection::addIHTMLAreasCollection::add*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLAreasCollection
*Next Topic: IHTMLAreasCollection::get_length

IHTMLAreasCollection::add


HRESULT add(
    IHTMLElement *element, 
    VARIANT before
);

Adds an element to the collection.

element
Address of the IHTMLElement interface of the element to add.
before
VARIANT structure containing the number specifying the position within the collection to place the element. If no value is given, the method places the element at the end of the collection.

See also IHTMLElement, remove


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.