ComponentOne Input for WinForms
RemoveAt Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : RemoveAt Method
The specified index.
Removes the item at the specified index of the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The specified index.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members