Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public C1Anchor FindByName( 
       string anchorName
    )

    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