IStyleSheetList.Item

IStyleSheetList indexer

The item(index) method must return the indexth CSS style sheet in the collection. If there is no indexth object in the collection, then the method must return null.

public ICSSStyleSheet this[int index] { get; }

Return Value

A CSSStyleSheet object, or null if one does not exist for this index.

Property Value

An integer which is the index of the item in the collection to be returned.

Remarks

CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.

Reference

CSS Working Group - The CSS Working Group is the W3C working group chartered to develop Cascading Style Sheets (CSS).CSS Object Model (CSSOM) - CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.CSS Object Model (CSSOM) # dom-stylesheetlist-item – The CSSOM definition.

See Also