C1.PrintDocument.8 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
 

Parameters

item
The item to add.

Return Value

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