SP.ViewFieldCollection.itemAt Method (sp.js)

Gets the field name at the specified index of the collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ViewFieldCollection.itemAt()

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.