ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Contains Method
The annotation to check.

In This Topic
Contains Method (AnnotationsCollection)
In This Topic
Determines whether the collection contains the specified annotation.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Annotation _
) As Boolean
 

Parameters

value
The annotation to check.

Return Value

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