C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1AnchorCollection Class / FindByName Method
The name to search for.

In This Topic
FindByName Method (C1AnchorCollection)
In This Topic
Searches for an anchor with the specified name in the current collection.
Syntax
'Declaration
 
Public Function FindByName( _
   ByVal anchorName 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.
See Also