Partager via


Pages.Count Property (Outlook Forms Script)

Returns a Long that represents the number of objects in a collection. Read-only.

Syntax

expression .Count

expression A variable that represents a Pages object.

Remarks

The Count property is read only.

Note that the index value for the first page of a collection is zero, the value for the second page is one, and so on. For example, if a MultiPage contains two pages, the indexes of the pages are 0 and 1, and the value of Count is 2.

See Also

Concepts

Pages Object

Pages Object Members