XlDataValidationOperator Enum
Lists the types of operators that can be used in certain data validation types.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Between
|
Checks whether the cell value falls within a specified range of values. |
Not
|
Checks whether the cell value does not fall with a specified range of values. |
Equal
|
Checks whether the cell value equals a specified value. |
Not
|
Checks whether the cell value is not equal to a specified value. |
Less
|
Checks whether the cell value is less than a specified value. |
Less
|
Checks whether the cell values is less than or equal to a specified value. |
Greater
|
Checks whether the cell value is greater than a specified value. |
Greater
|
Checks whether the cell value is greater than or equal to a specified value. |
#Related API Members
The following properties accept/return XlDataValidationOperator values:
#Remarks
The XlDataValidation.Operator property uses values listed by the XlDataValidationOperator
enumeration.