ZVON > References > DOM2 Reference

item (method )

Owning interface and usage:  
CSSStyleDeclaration.item(index)

Member of these other interfaces:  
none

Description:  
Used to retrieve the properties that have been explicitly set in this declaration block. The order of the properties retrieved using this method does not have to be the order in which they were set. This method can be used to iterate over all properties in this declaration block.

Parameters:  
unsigned index  -  Index of the property name to retrieve.

Returns:  
DOMString -  The name of the property at this ordinal position. The empty string if no property exists at this position.

Exceptions:  
none