IHTMLControlRange::itemIHTMLControlRange::item*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLControlRange::remove
*Next Topic: IHTMLControlRange::scrollIntoView

IHTMLControlRange::item


HRESULT item(
    long index, 
    IHTMLElement **pdisp
);

Retrieves an element or a collection from the given collection. The index parameter determines which action to take.

index
Long integer value containing the zero-based index of the item to retrieve.
pdisp
Address of a pointer to the IHTMLElement interface for the element or collection.

Up Top of Page


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