Tabs.Count Property (Outlook Forms Script)
Gibt einen Wert vom Typ Long zurück, der die Anzahl der Objekte in einer Auflistung darstellt. Schreibgeschützt.
Syntax
Ausdruck.Count
Ausdruck Eine Variable, die ein Tabs-Objekt darstellt.
Hinweise
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 und Feedback
Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.