Enum ExcelDataValidationOperator
- Namespace
- OfficeOpenXml.DataValidation
- Assembly
- EPPlus.dll
Operator for comparison between Formula and Formula2 in a validation.
public enum ExcelDataValidationOperator
Fields
between = 0The value of the validated cell should be between two values
equal = 2The value of the validated cell should be eqal to a specific value
greaterThan = 6The value of the validated cell should be greater than a specific value
greaterThanOrEqual = 7The value of the validated cell should be greater than or equal to a specific value
lessThan = 4The value of the validated cell should be less than a specific value
lessThanOrEqual = 5The value of the validated cell should be less than or equal to a specific value
notBetween = 1The value of the validated cell should not be between two specified values
notEqual = 3The value of the validated cell should not be eqal to a specific value