ZVON > References > DOM2 Reference

item (method )

Owning interface and usage:  
CSSValueList.item(index)

Member of these other interfaces:  
none

Description:  
Used to retrieve a CSSValue by ordinal index. The order in this collection represents the order of the values in the CSS style property. If index is greater than or equal to the number of values in the list, this returns null.

Parameters:  
unsigned index  -  Index into the collection.

Returns:  
CSSValue -  The CSSValue at the index position in the CSSValueList, or null if that is not a valid index.

Exceptions:  
none