XlFormatConditionOperator EnumerationBytescout Spreadsheet SDK
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.Constants
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public enum XlFormatConditionOperator
Members

  Member nameValueDescription
Between1 Between.
Equal3 Equal.
Greater5 Greater than.
GreaterEqual7 Greater than or equal to.
Less6 Less than.
LessEqual8 Less than or equal to.
NotBetween2 Not between.
NotEqual4 Not equal.
See Also

Reference