Spread Windows Forms 12.0 Product Documentation
ContainsValue Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class : ContainsValue Method
The value to locate in the BaseKeyCollection.
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)
public virtual bool ContainsValue( 
   object 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

Reference

BaseKeyCollection Class
BaseKeyCollection Members