Lists.Item Property
SharePoint Designer Developer Reference |
Returns an individual list in a collection of lists.
Syntax
expression.Item(Index)
expression Required. A variable that represents a Lists 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