SP.ViewFieldCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the field name at the specified index of the collection.
var value = SP.ViewFieldCollection.get_item(index);
Parameters
index
Type: int
The zero-based index of the field name in the collection.
Property Value
Type: string
The field name at the specified index of the collection.
Applies To
See Also
Reference
SP.ViewFieldCollection Methods