Share via


FormatCondition.Operator Property (Access)

You can use the Operator property to return the operator value for the conditional format or data validation of a FormatCondition object. Read-only AcFormatConditionOperator.

Syntax

expression .Operator

expression A variable that represents a FormatCondition object.

Remarks

The Operator property's intrinsic constants are used in conjunction with the Expression1 and Expression2 properties and the Add method of the FormatConditions object for conditional formatting and data validation.

See Also

Concepts

FormatCondition Object

FormatCondition Object Members