SP.ListItemCollection.itemAt Method (sp.js)

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

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ListItemCollection.itemAt()

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.