Reports for WinForms | ComponentOne
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 String _
    ) As Boolean
    public bool Contains( 
       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