FindByName Method (C1AnchorCollection)
Searches for an anchor with the specified name in the current collection.
'Declaration
Public Function FindByName( _
ByVal As String _
) As C1Anchor
Parameters
- anchorName
- The name to search for.
Return Value
The anchor with the specified name, or null if the anchor was not found.