Remove Method (ComboBoxItemList)
In This Topic
Removes the first occurrence of a specified item from the collection.
Syntax
'Declaration
Public Sub Remove( _
ByVal As Object _
)
public void Remove(
object
)
Parameters
- value
- The specified item.
See Also