Share via


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.