SP.ViewFieldCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the field name at the specified index of the collection.
var value = SP.ViewFieldCollection.itemAt(index);
Parameters
index
Type: int
The zero-based index of the field name in the collection.
Return Value
Type: string
The field name at the specified index of the collection.
Remarks
This method returns the field name at the index of the collection specified by the index parameter.
Applies To
See Also
Reference
SP.ViewFieldCollection Methods