Contents Index Topic Contents | ||
Previous Topic: IHTMLAreasCollection::put_length Next Topic: IHTMLAreasCollection::tags |
IHTMLAreasCollection::remove
HRESULT remove( long index );Removes an element from the collection.
- Returns S_OK if successful, or an error value otherwise.
- index
- Long integer value that specifies the element to remove. The method removes the element at the given position in the collection, where 0 is the first position, 1 the second, and so on.
See also add
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.