PDFComboBox.RowCount

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aPDFComboBox.RowCount

New in 2021r3

Supported for all project types and targets.

The number of rows in the combobox.

Example

This example displays the number of rows in the combobox.

MessageBox(FruitCombo.RowCount.ToString)