SP.ListItemCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the list item at the specified index in the collection.

var value = SP.ListItemCollection.itemAt(index);

Parameters

index

Type: int

The zero-based index of the list item in the collection.

Return Value

Type: SP.ListItem

The list item at the specified index of the collection.

Remarks

This method gets the list item at the index specified by the index parameter in the collection.

Applies To

SP.ListItemCollection Class

See Also

Reference

SP.ListItemCollection Methods

SP.ListItemCollection Properties

SP Namespace