Searches for an C1Anchor with the specified Name in the current document.

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

Syntax

C#
public C1AnchorInfo FindAnchor(
	string anchorName
)
Visual Basic
Public Function FindAnchor ( _
	anchorName As String _
) As C1AnchorInfo

Parameters

anchorName
Type: System..::..String
The name to search for.

Return Value

A C1AnchorInfo object containing information about the found anchor, or null if none was found.

See Also