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
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