ComboBox.ListCount Property (Outlook Forms Script)
Gibt einen Wert vom Typ Long zurück, der die Anzahl der Listeneinträge in einem Steuerelement darstellt. Schreibgeschützt.
Syntax
Ausdruck. ListCount
expression Eine Variable, die ein ComboBox-Objekt darstellt.
Hinweise
ListCount is the number of rows over which you can scroll. ListCount is always one greater than the largest value for the ListIndex property, because index numbers begin with 0 and the count of items begins with 1. If no item is selected, ListCount is 0 and ListIndex is -1.
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.