IHTMLStyleSheetsCollection interface
This interface provides the ability to obtain the number of styleSheets in the collection, and to iterate through the styleSheets collection of the style element.
Members
The IHTMLStyleSheetsCollection interface inherits from the IDispatch interface but does not have additional members.
Remarks
A zero-based collection of style sheets is exposed from the document object. Each style sheet object represents an individual style sheet for the document. This object represents instances of the link and style elements whose REL attributes are set to styleSheet.
Imported style sheets are contained within a style element and are accessible through the IHTMLStyleSheet::imports method.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012