comboBox.Select(item)
comboBox.Select(item)
| Variable | Description |
|---|---|
| item | The item to select. ItemIdentifier. |
VB
comboBox.Select("item 1")
In order to select the third item from a combo box type:
comboBox.Select(2)