Removes an item from the list of values displayed by the specified combo box control.
Public Sub RemoveItem(ByVal Index As Integer)
ComboBox Object
The following parameters are available:
Parameter | Description |
Index | The item to be removed from the list. |
None