FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / GroupCollection Class / Contains Method / Contains(String) Method
The name of the item.

In This Topic
    Contains(String) Method
    In This Topic
    Determines whether the collection contains an item with specified name.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal name As String _
    ) As Boolean
    public bool Contains( 
       string name
    )

    Parameters

    name
    The name of the item.

    Return Value

    True if the collection contains an item with the specified name; otherwise, false.
    See Also