ComboListCount property
      
 

Description

Returns the number of items in the combo-box built-in control.

Syntax

object.ComboListCount As Integer

Remarks

If no item is selected, the ComboListIndex property value is -1. The first item in the list is ComboListIndex = 0, and ComboListCount is always one more than the largest ComboListIndex value. See ListCount property in MSDN Library.