Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.