Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagCollection Class / IndexByName Method
The name to search for.

In This Topic
    IndexByName Method (TagCollection)
    In This Topic
    Finds the index of the object with the specified name in the collection.
    Syntax
    'Declaration
     
    Public Function IndexByName( _
       ByVal name As String _
    ) As Integer
    public int IndexByName( 
       string name
    )

    Parameters

    name
    The name to search for.

    Return Value

    The index of the found object.
    See Also