SP.ClientObjectCollection.getItemAtIndex(i) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Applies To
Remarks
Gets the element at the specified index of the SP.ClientObjectCollection Class.
var value = SP.ClientObjectCollection.getItemAtIndex(i);
Parameters
- i
The zero-based index of the element.
Type: Int32
Return Value
Type: Object
Applies To
SP.ClientObjectCollection Class
Remarks
This method is an O(1) operation.
See Also
Reference
SP.ClientObjectCollection Methods