[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormatCollection.Contains

Contains Method

Contains(object)

Checks whether the object is in the collection.

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

An object to be checked.

Returns
Type Description
bool

true if the object is in the collection; otherwise, false.