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
 

Parameters

value
The title to check.

Return Value

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