Inserts an element into the current collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The index where to insert the element.
inputAction
Type: C1.C1Preview..::..InputAction
The element to insert.

See Also