SP.ListCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the list at the specified index in the collection.
var value = SP.ListCollection.itemAt(index);
Parameters
index
Type: int
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.