ComponentOne Input for WinForms
InsertRange Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : InsertRange Method
Index of the item.
The specified collection of items.
Inserts items into the ComboBoxItemList at the specified index.
Syntax
'Declaration
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
) 
public void InsertRange( 
   System.int index,
   System.Collections.Generic.IEnumerable<object> collection
)

Parameters

index
Index of the item.
collection
The specified collection of items.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members