ICSSValueList indexer

ICSSValueList indexer

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
indexThe index.

Returns

The CSSValue.

See Also