SP.FormCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the list form at the specified index in the collection.

var value = SP.FormCollection.itemAt(index);

Parameters

index

Type: Int32

The index of the form in the collection.

Return Value

Type: SP.Form

The list form at the specified index in the collection.

Remarks

This method returns the list form at the specified index in the collection.

Applies To

SP.FormCollection Class

See Also

Reference

SP.FormCollection Methods

SP.FormCollection Properties

SP Namespace