Share via


DesignerWindow.item Method

SharePoint Designer Developer Reference

Returns an individual frame within a collection of frames in a page.

Syntax

expression.item(pvarIndex)

expression   Required. A variable that represents a DesignerWindow object.

Parameters

Name Required/Optional Data Type Description
pvarIndex Required Variant Specifies the ordinal position of the frame within the collection.

Remarks

When you use a string variable as a value to the pvarIndex argument, you must use the Visual Basic CVAR function to convert the string to a strongly typed Variant.