SP.FieldLinkCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

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

var value = SP.FieldLinkCollection.itemAt(index);

Parameters

index

Type: Int32

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 property.

Applies To

SP.FieldLinkCollection Class

See Also

Reference

SP.FieldLinkCollection Methods

SP.FieldLinkCollection Properties

SP Namespace