SP.ListCollection.itemAt Method (sp.js)

Gets the list at the specified index in the collection.

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

SP.ListCollection.itemAt()

Parameters

  • index
    Type: Number

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

Return value

Type: SP.List

The list at the specified index of the collection.

Remarks

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