Adds a RenderInputComboBoxItem to the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int Add(
	RenderInputComboBoxItem item
)
Visual Basic
Public Function Add ( _
	item As RenderInputComboBoxItem _
) As Integer

Parameters

item
Type: C1.C1Preview..::..RenderInputComboBoxItem
The item to add.

Return Value

Index of the added item in the current collection.

See Also