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


In This Topic
Contains Method (BaseKeyCollection)
In This Topic
Determines whether an element is contained in the BaseKeyCollection.
Syntax
'Declaration
 
Public Overridable Function Contains( _
   ByVal value As Object _
) As Boolean
 
'Usage
 
Dim instance As BaseKeyCollection
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)

Parameters

value
The System.Object to locate in the BaseKeyCollection.

Return Value

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