ICSSValueList class

ICSSValueList class

The interface provides the abstraction of an ordered collection of CSS values.

The ICSSValueList type exposes the following members:

Properties

PropertyDescription
lengthThe number of CSSValues in the list.

Method returns the CSSValue at the specified index. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html#CSS-CSSValueList

Indexer

NameDescription
[index]The index.

See Also