Method that removes the specified item or the separator from the control.
Name | Type | Description |
Index | Variant | Input Variant value that specifies the item to remove. This can be a numeric value indicating the index of the item in the list or it can be the ListItem object to be removed. If an out of range index is provided or an invalid ListItem object is provided, an error will occur. |