ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / GroupCollection Class / Contains Method / Contains(String) Method
The name of the group.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the collection contains a specific group.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The name of the group.

    Return Value

    True if the collection contains a group with the specified name; otherwise, false.
    See Also