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

In This Topic
    FindByName Method (TagListInputParamsItemCollection)
    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