Operator Property

See Also         Example         Applies To

FormatCondition or Validation object: Returns the operator for the conditional format or data validation. Can be one of the following XlFormatConditionOperator constants: xlBetween, xlEqual, xlGreater, xlGreaterEqual, xlLess, xlLessEqual, xlNotBetween, or xlNotEqual. Read-only Long.

Filter object: Returns the operator that associates the two criteria applied by the specified filter. Can be one of the following XlAutoFilterOperator constants: xlAnd, xlBottom10Items, xlBottom10Percent, xlOr, xlTop10Items, or xlTop10Percent. Read-only Long.