Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.