ComboBoxDefinition.RemoveItem Method
Parent Object: ComboBoxDefinitionDescription
Removes specified item from the combo box list. The index is 1 based.
Syntax
ComboBoxDefinition.RemoveItem( Index As Long )Parameters
| Name | Type | Description |
| Index | Long | Input Long that specifies the item within the list to remove. The index is 1-based. |
