Adds a C1AnchorInfo to the current collection.

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

Syntax

C#
public int Add(
	C1AnchorInfo anchorInfo
)
Visual Basic
Public Function Add ( _
	anchorInfo As C1AnchorInfo _
) As Integer

Parameters

anchorInfo
Type: C1.C1Preview..::..C1AnchorInfo
The C1AnchorInfo to add.

Return Value

The index of the newly added object in the current collection.

See Also