RemoveRange Method (ComboBoxItemList)
In This Topic
Removes a range of elements from the
ComboBoxItemList.
Syntax
'Declaration
Public Sub RemoveRange( _
ByVal As Integer, _
ByVal As Integer _
)
public void RemoveRange(
int ,
int
)
Parameters
- index
- Index of the item.
- count
- The number of items to remove.
See Also