RemoveItem Method

Removes an item from the list of values displayed by the specified combo box control.

Syntax

Public Sub RemoveItem(ByVal Index As Integer)

Applies To

ComboBox Object

Parameters

The following parameters are available:

Parameter Description
Index The item to be removed from the list.

Return Type

None