ICSSValueList class
ICSSValueList class
The interface provides the abstraction of an ordered collection of CSS values.
The ICSSValueList type exposes the following members:
Properties
| Property | Description | 
|---|---|
| length | The 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
| Name | Description | 
|---|---|
| [index] | The index. | 
See Also
- module 
aspose.html.dom.css - class 
CSSValue