Spread Windows Forms 12.0 Product Documentation
ContainsKey Method (BaseKeyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class : ContainsKey Method
The key to locate in the BaseKeyCollection.
Determines whether the BaseKeyCollection contains a specific key.
Syntax
'Declaration
 
Public Overridable Function ContainsKey( _
   ByVal key As String _
) As Boolean
'Usage
 
Dim instance As BaseKeyCollection
Dim key As String
Dim value As Boolean
 
value = instance.ContainsKey(key)
public virtual bool ContainsKey( 
   string key
)

Parameters

key
The key to locate in the BaseKeyCollection.

Return Value

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

Reference

BaseKeyCollection Class
BaseKeyCollection Members