Inserts a RenderInputComboBoxItem into the current collection.

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

Syntax

C#
public void Insert(
	int index,
	RenderInputComboBoxItem item
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As RenderInputComboBoxItem _
)

Parameters

index
Type: System..::..Int32
The position where to insert the item.
item
Type: C1.C1Preview..::..RenderInputComboBoxItem
The item to insert.

See Also