Share via


PageWindows.Count Property

SharePoint Designer Developer Reference

Returns a Variant that represents the number of pages opened in Microsoft Office SharePoint Designer.

Syntax

expression.Count

expression   Required. A variable that represents a PageWindows collection.

Remarks

Some collections are 0-based and some are 1-based. The Count property for collections begins with 1, even though you access the first item in a collection with a 0.

See Also