Links are not active on this page.
 Clear Method

Clears the contents of a ComboBox or ListBox control.

Object.Clear

Expand imageRemarks

Applies To: ComboBox Control | ListBox Control

The Clear method removes all items from a ComboBox or ListBox control, but only if the RowSourceType property is set to 0 (None). Additionally, it sets the ListCount property to 0.

Expand imageSee Also