Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / Contains Method
The object to locate in the ICollection.


In This Topic
Contains Method (ExcelSparklineGroup)
In This Topic
Determines whether the ICollection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As ISparkline _
) As Boolean
 
'Usage
 
Dim instance As ExcelSparklineGroup
Dim item As ISparkline
Dim value As Boolean
 
value = instance.Contains(item)

Parameters

item
The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.
See Also