ActiveReports 12
Contains Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : Contains Method
The annotation to check.
Determines whether the collection contains the specified annotation.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Annotation _
) As Boolean
public bool Contains( 
   Annotation value
)

Parameters

value
The annotation to check.

Return Value

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

Reference

AnnotationsCollection Class
AnnotationsCollection Members