SP.BaseCollection.itemAtIndex(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the item at the specified index position in the collection.
var value = SP.BaseCollection.itemAtIndex(index);
Parameters
index
Type: Int32
The index of the item.
Return Value
Type: Object
The item at the specified position in the collection.
Remarks
The method always returns null .