Reports for WinForms | ComponentOne
C1.C1Report.4 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 _
    ) 
    public void Insert( 
       int index,
       RenderInputComboBoxItem item
    )

    Parameters

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