Spread Windows Forms 12.0 Product Documentation
Contains Method (PlotAreaCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PlotAreaCollection Class : Contains Method
Plot area to locate in collection.
Determines whether the collection contains a specific plot area.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As PlotArea _
) As Boolean
'Usage
 
Dim instance As PlotAreaCollection
Dim item As PlotArea
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   PlotArea item
)

Parameters

item
Plot area to locate in collection.

Return Value

true if plot area is found in the collection; otherwise, false.
See Also

Reference

PlotAreaCollection Class
PlotAreaCollection Members