Share via


ListFields.Item Property

SharePoint Designer Developer Reference

Returns an individual list field in a collection of list fields.

Syntax

expression.Item(Index)

expression   Required. A variable that represents a ListFields collection.

Parameters

Name Required/Optional Data Type Description
Index Required Variant The name or ordinal value of the object within the collection. Index starts at zero.

See Also