ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Contains Method

The label for which to check.


In This Topic
    Contains Method (LabelsCollection)
    In This Topic
    Determines whether the collection contains the specified label.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As String _
    ) As Boolean
    public bool Contains( 
       string value
    )

    Parameters

    value

    The label for which to check.

    Return Value

    True if the collection contains the parameter given; otherwise False.
    See Also