ComboBoxDefinition.ListItem Property
Parent Object: ComboBoxDefinitionDescription
Gets the item specified in the combo box. The index is 1 based.
Syntax
ComboBoxDefinition.ListItem( Index As Long ) As StringProperty Value
This is a read/write property whose value is a String.Parameters
| Name | Type | Description |
| Index | Long | Input Long that specifies the item within the list to get or set. The index is 1-based. |
