Share via


PageWindows.Item Property

SharePoint Designer Developer Reference

Returns an individual page window within the collection of open Web pages.

Syntax

expression.Item(Index)

expression   Required. A variable that represents a PageWindows 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