Adds a C1Anchor to the current collection.

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

Syntax

C#
public int Add(
	C1Anchor anchor
)
Visual Basic
Public Function Add ( _
	anchor As C1Anchor _
) As Integer

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The anchor to add.

Return Value

Index of the newly added anchor in the current collection.

See Also