[]
Removes one or more items from a list box or combo box.
void RemoveItem(int index, int count)
Sub RemoveItem(index As Integer, count As Integer)
Type | Name | Description |
---|---|---|
int | index | The number of the first item to be removed. |
int | count | The number of items to be removed, starting at item |
If the specified object has a fill range defined for it, this method fails.