XlFormatConditionOperator Enumeration
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: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlFormatConditionOperator
'Usage
Dim instance As XlFormatConditionOperator
public enum XlFormatConditionOperator
Members
Member name | Description | |
---|---|---|
xlBetween | Between. Can only be used if two formulas are provided. | |
xlNotBetween | Not between. Can only be used if two formulas are provided. | |
xlEqual | Equal. | |
xlNotEqual | Not equal. | |
xlGreater | Greater than. | |
xlLess | Less than. | |
xlGreaterEqual | Greater than or equal to. | |
xlLessEqual | Less than or equal to. |