MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / InsertItem Method
A string containing the data for the new row. Items are separated by the value of the ISupportUnboundMode.AddItemSeparator property.
Row index where the new row should be added.

In This Topic
    InsertItem Method (IDropDownView)
    In This Topic
    Inserts a new item at the specified index position of view in the unbound mode.
    Syntax
    'Declaration
     
    
    Sub InsertItem( _
       ByVal newItem As String, _
       ByVal rowIndex As Integer _
    ) 
    void InsertItem( 
       string newItem,
       int rowIndex
    )

    Parameters

    newItem
    A string containing the data for the new row. Items are separated by the value of the ISupportUnboundMode.AddItemSeparator property.
    rowIndex
    Row index where the new row should be added.
    See Also