Enum ExcelDataValidationOperator
Operator for comparison between Formula and Formula2 in a validation.
Namespace: OfficeOpenXml.DataValidation
Assembly: EPPlus.dll
Syntax
public enum ExcelDataValidationOperator
Fields
Name | Description |
---|---|
between | The value of the validated cell should be between two values |
equal | The value of the validated cell should be eqal to a specific value |
greaterThan | The value of the validated cell should be greater than a specific value |
greaterThanOrEqual | The value of the validated cell should be greater than or equal to a specific value |
lessThan | The value of the validated cell should be less than a specific value |
lessThanOrEqual | The value of the validated cell should be less than or equal to a specific value |
notBetween | The value of the validated cell should not be between two specified values |
notEqual | The value of the validated cell should not be eqal to a specific value |