Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / ContainsValue Method
The value to locate in the BaseKeyCollection.


In This Topic
ContainsValue Method
In This Topic
Determines whether the BaseKeyCollection contains a specific value.
Syntax
'Declaration
 
Public Overridable Function ContainsValue( _
   ByVal value As Object _
) As Boolean
 
'Usage
 
Dim instance As BaseKeyCollection
Dim value As Object
Dim value As Boolean
 
value = instance.ContainsValue(value)

Parameters

value
The value to locate in the BaseKeyCollection.

Return Value

true if the BaseKeyCollection contains an element with the specified value; otherwise, false.
See Also