Back to Devexpress

DataValidationCollection.Contains(DataValidation) Method

officefileapi-devexpress-dot-spreadsheet-dot-datavalidationcollection-dot-contains-x28-devexpress-dot-spreadsheet-dot-datavalidation-x29.md

latest2.0 KB
Original Source

DataValidationCollection.Contains(DataValidation) Method

Indicates whether the collection contains the specified item.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    DataValidation item
)
vb
Function Contains(
    item As DataValidation
) As Boolean

Parameters

NameTypeDescription
itemDataValidation

A DataValidation object to locate in the collection.

|

Returns

TypeDescription
Boolean

True , if the collection contains the comment; otherwise, false.

|

Remarks

To obtain all data validation entries contained in the specified cell, use the DataValidationCollection.GetDataValidation. The DataValidationCollection.GetDataValidations method overloads obtain data validation entries for the specified range or for the specified type and criteria.

See Also

DataValidationCollection Interface

DataValidationCollection Members

DevExpress.Spreadsheet Namespace