SP.FieldLinkCollection.itemAt Method (sp.js)

Gets the column or field reference at the specified index in the collection.

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

SP.FieldLinkCollection.itemAt()

Parameters

  • index
    Type: Number

    The index of the column or field reference in the collection.

Return value

Type: SP.FieldLink

The Fieldlink at the specified position in the collection.

Remarks

The result of this method is the same as the result of the SP.FieldCollection.item property.