[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.BaseKeyCollection.ContainsValue

ContainsValue Method

ContainsValue(object)

Determines whether the BaseKeyCollection contains a specific value.

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

The value to locate in the BaseKeyCollection.

Returns
Type Description
bool

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