Page.Index Property (Outlook Forms Script)

Returns or sets an Integer that specifies the position of a Page object in a Pages collection. Read/write.

Syntax

expression.Index

expression A variable that represents a Page object.

Remarks

The Index property specifies the order in which tabs appear. Changing the value of Index visually changes the order of pages in a MultiPage. The index value for the first page is zero, the index value of the second page is one, and so on.

In a MultiPage, Index refers to a Page as well as the page's Tab.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.