SP.FieldCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the field at the specified index in the collection.

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

Parameters

index

Type: Int32

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.

Applies To

SP.FieldCollection Class

See Also

Reference

SP.FieldCollection Methods

SP.FieldCollection Properties

SP Namespace