Edit

Excel.ConditionalCellValueOperator enum

Represents the operator of the text conditional format type.

Remarks

API set: ExcelApi 1.6

Used by

Fields

between = "Between"
equalTo = "EqualTo"
greaterThan = "GreaterThan"
greaterThanOrEqual = "GreaterThanOrEqual"
invalid = "Invalid"
lessThan = "LessThan"
lessThanOrEqual = "LessThanOrEqual"
notBetween = "NotBetween"
notEqualTo = "NotEqualTo"