IHTMLStyleSheetsCollectionIHTMLStyleSheetsCollection*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLStyleSheetRulesCollection::item
*Next Topic: IHTMLStyleSheetsCollection::get_length

IHTMLStyleSheetsCollection


This interface provides the abilities to obtain the number of styleSheets in the collection, and to iterate through the styleSheets collection of the STYLE element.

A zero-based collection of style sheets is exposed from the document object. Each style sheet object represents an individual style sheet that is defined for the document. This object represents instances of the LINK and STYLE elements with a relationship (rel attribute) of STYLESHEET.

Imported style sheets are contained within a STYLE element and are accessible through the IHTMLStyleSheet::get_imports method.

IHTMLStyleSheetsCollection Methods
get_length   get__newEnum   item


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