Enum ExcelDataValidationComparisonOperator
Specifies the comparison operators for data validation.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelDataValidationComparisonOperator
Fields
Name | Description |
---|---|
Between | Between. |
Equal | Equal. |
Greater | Greater than. |
GreaterOrEqual | Greater than or equal to. |
Less | Less than. |
LessOrEqual | Less than or equal to. |
NotBetween | Not between. |
NotEqual | NotEqual. |