Share via


_CommandBarComboBox.RemoveItem Method

Removes an item from a command bar combo box control.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub RemoveItem ( _
    Index As Integer _
)
'Usage
Dim instance As _CommandBarComboBox
Dim Index As Integer

instance.RemoveItem(Index)
void RemoveItem(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    Required Integer. The item to be removed from the list.

Remarks

The property fails when applied to controls other than list controls.

Notes to Callers

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.Office.Core Namespace