PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / Dictionary Class / FindByName Method
The name of the item to locate.

In This Topic
    FindByName Method (Dictionary)
    In This Topic
    Returns NamedCollectionItem with specified name.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal name As String _
    ) As NamedCollectionItem
    public NamedCollectionItem FindByName( 
       string name
    )

    Parameters

    name
    The name of the item to locate.

    Return Value

    The specified item
    See Also