SP.FieldCollection.itemAt Method (sp.js)

Gets the field at the specified index in the collection.

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

SP.FieldCollection.itemAt()

Parameters

  • index
    Type: Number

    The index of the field.

Return value

Type: SP.Field

The field at the specified position in the collection.

Remarks

The result of this method is the same as the result of the Sp.FolderCollection.item property.