Contains Method (ChartAlarmZonesCollection) | FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZonesCollection Class / Contains Method
The item to check.

In This Topic
Contains Method (ChartAlarmZonesCollection)
In This Topic
Determines whether the collection contains a specific item.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As ChartAlarmZone _
) As Boolean
 

Parameters

item
The item to check.

Return Value

True if the collection contains specified item; false otherwise.
See Also