Skip to main content
A newer version of this page is available. .

XlDataValidationOperator Enum

Lists the types of operators that can be used in certain data validation types.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum XlDataValidationOperator

Members

Name Description
Between

Checks whether the cell value falls within a specified range of values.

NotBetween

Checks whether the cell value does not fall with a specified range of values.

Equal

Checks whether the cell value equals a specified value.

NotEqual

Checks whether the cell value is not equal to a specified value.

LessThan

Checks whether the cell value is less than a specified value.

LessThanOrEqual

Checks whether the cell values is less than or equal to a specified value.

GreaterThan

Checks whether the cell value is greater than a specified value.

GreaterThanOrEqual

Checks whether the cell value is greater than or equal to a specified value.

Related API Members

The following properties accept/return XlDataValidationOperator values:

See Also