SP.ListItemCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the list item at the specified index in the collection.
var value = SP.ListItemCollection.get_item(index);
Parameters
index
Type: int
The zero-based index of the list in the collection.
Property Value
Type: SP.ListItem
The list item at the specified index of the collection.