Inserts a C1Anchor into the current collection.

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

Syntax

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

Parameters

index
Type: System..::..Int32
The position at which to insert the anchor.
anchor
Type: C1.C1Preview..::..C1Anchor
The anchor to insert.

See Also