[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.Contains

Contains Method

Contains(object)

Determines whether an element is contained in the BaseKeyCollection.

Declaration
public virtual bool Contains(object value)
Public Overridable Function Contains(value As Object) As Boolean
Parameters
Type Name Description
object value

The object to locate in the BaseKeyCollection.

Returns
Type Description
bool

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