PDFComboBox.RowCount
From Xojo Documentation
Read-Only Property (As Integer )
The number of rows in the combobox.
Example
This example displays the number of rows in the combobox.
MessageBox(FruitCombo.RowCount.ToString)
The number of rows in the combobox.
This example displays the number of rows in the combobox.