Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / GroupCollection Class / Contains Method / Contains(Group) Method
Reference to the Group object.

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

    Parameters

    g
    Reference to the Group object.

    Return Value

    True if the collection contains specified field; otherwise, false.
    See Also