Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItemCollection Class / Add Method / Add(RenderInputComboBoxItem) Method
The item to add.

In This Topic
    Add(RenderInputComboBoxItem) Method
    In This Topic
    Adds a RenderInputComboBoxItem to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal item As RenderInputComboBoxItem _
    ) As Integer
    public int Add( 
       RenderInputComboBoxItem item
    )

    Parameters

    item
    The item to add.

    Return Value

    Index of the added item in the current collection.
    See Also