[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.ContainsKey

ContainsKey Method

ContainsKey(string)

Determines whether the BaseKeyCollection contains a specific key.

Declaration
public virtual bool ContainsKey(string key)
Public Overridable Function ContainsKey(key As String) As Boolean
Parameters
Type Name Description
string key

The key to locate in the BaseKeyCollection.

Returns
Type Description
bool

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