Searches for an anchor with the specified name in the current collection.

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

Syntax

C#
public C1Anchor FindByName(
	string anchorName
)
Visual Basic
Public Function FindByName ( _
	anchorName As String _
) As C1Anchor

Parameters

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

Return Value

The anchor with the specified name, or null if the anchor was not found.

See Also