Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.Int32Required Integer. The item to be removed from the list.
Remarks
The property fails when applied to controls other than list controls.
Notes to Callers