ZVON > References > DOM2 Reference

item (method )

Owning interface and usage:  
StyleSheetList.item(index)

Member of these other interfaces:  
none

Description:  
Used to retrieve a style sheet by ordinal index. If index is greater than or equal to the number of style sheets in the list, this returns null.

Parameters:  
unsigned index  -  Index into the collection.

Returns:  
StyleSheet -  The style sheet at the index position in the StyleSheetList, or null if that is not a valid index.

Exceptions:  
none