ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Contains Method
The title to check.

In This Topic
    Contains Method (TitlesCollection)
    In This Topic
    Determines whether the collection contains the specified title.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As Title _
    ) As Boolean
    public bool Contains( 
       Title value
    )

    Parameters

    value
    The title to check.

    Return Value

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