Returns the index of a C1Anchor in the current collection.

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

Syntax

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

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The anchor to search for.

Return Value

The index of the specified anchor in the current collection, or -1.

See Also