Tabs.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 Tabs object.

Remarks

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

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.