ActiveReports 12
Contains Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Contains Method

The label for which to check.

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

Reference

LabelsCollection Class
LabelsCollection Members