XlFormatConditionOperator Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the operator to use to compare a formula against the value in a cell or, for xlBetween and xlNotBetween, to compare two formulas.
Namespace:Bytescout.Spreadsheet.ConstantsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Between | 1 | Between. | |
Equal | 3 | Equal. | |
Greater | 5 | Greater than. | |
GreaterEqual | 7 | Greater than or equal to. | |
Less | 6 | Less than. | |
LessEqual | 8 | Less than or equal to. | |
NotBetween | 2 | Not between. | |
NotEqual | 4 | Not equal. |
See Also