Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheetRulesCollection Next Topic: IHTMLStyleSheetRulesCollection::item |
IHTMLStyleSheetRulesCollection::get_length
HRESULT get_length( long *p );Returns the number of elements in a collection. This method provides the same capabilities as the length property.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a value that receives the number of elements in the collection. This is an integer value or a string specifying the index value of the style sheet to retrieve. Integer indexes are zero-based, meaning the first style sheet in the collection has index 0.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.