[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorCollection.FindByName

FindByName Method

FindByName(string)

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

Declaration
public C1Anchor FindByName(string anchorName)
Public Function FindByName(anchorName As String) As C1Anchor
Parameters
Type Name Description
string anchorName

The name to search for.

Returns
Type Description
C1Anchor

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