Inserts an IndexEntry into the current collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The position of the inserted item in the collection.
item
Type: C1.C1Preview..::..IndexEntry
The item to insert.

See Also