SP.ChangeCollection.itemAt Method (sp.js)

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

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

SP.ChangeCollection.itemAt()

Parameters

  • index
    Type: Number

    The specified index position in the collection.

Return value

Type: SP.Change

The item at the specified index position in the collection.

Remarks

This method returns an item at the specified index position in the collection.