item method
[This documentation is preliminary and is subject to change.]
Retrieves an object from a controlRange collection.
Syntax
IHTMLElement retVal = object.item(index);
Standards information
There are no standards that apply here.
Parameters
- index [in]
-
Type: long
An long that specifies the zero-based index of the object to get.
Remarks
Note if given a string that is not a numeric index, this method will return the object at index 0.
This method returns S_OK, even if the element is not found. Check the value of the IDispatch pointer returned by this call. If the value of the pointer is NULL; the element was not found, and the call was not successful.
Build date: 6/12/2012
Community Additions
Show: