Contents Index Topic Contents | ||
Previous Topic: IHTMLControlRange::add Next Topic: IHTMLControlRange::item |
IHTMLControlRange::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 containing the index of the element to remove.
See also add
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.