C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItemCollection Class / Insert Method
The position where to insert the item.
The item to insert.

In This Topic
Insert Method (RenderInputComboBoxItemCollection)
In This Topic
Inserts a RenderInputComboBoxItem into the current collection.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As RenderInputComboBoxItem _
) 
 

Parameters

index
The position where to insert the item.
item
The item to insert.
See Also