IStyleSheetList.Item

IStyleSheetList indexer

Used to retrieve a style sheet by method item(int index) accordind to http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html.

public ICSSStyleSheet this[int index] { get; }
ParameterDescription
indexThe style sheet index

Return Value

The CSS stylesheet instance.

Property Value

The ICSSStyleSheet.

See Also