Share via


_CommandBarComboBox.RemoveItem(Int32) Method

Definition

Removes the item at the specified index. This method is deprecated.

public:
 void RemoveItem(int Index);
public:
 void RemoveItem(int Index);
void RemoveItem(int Index);
[System.Runtime.InteropServices.DispId(1610940429)]
public void RemoveItem (int Index);
[<System.Runtime.InteropServices.DispId(1610940429)>]
abstract member RemoveItem : int -> unit
Public Sub RemoveItem (Index As Integer)

Parameters

Index
Int32

The index of the item to remove.

Attributes

Remarks

This method is deprecated, and throws a DeprecatedException when called.

Applies to