_CommandBarComboBox.RemoveItem(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.