SP.RelatedFieldCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
Gets the related field at the specified index of the collection.
var value = SP.RelatedFieldCollection.itemAt(index);
Parameters
index
Type: Int32
The zero-based index of the element.
Return Value
Type: SP.RelatedField
The related field at the specified index of the collection.
Applies To
SP.RelatedFieldCollection Class
See Also
Reference
SP.RelatedFieldCollection Methods