operator property

  1. @override
ConditionalFormatOperator operator
getter/setter pairoverride

Sets the operator for the threshold values in the conditional format.

Implementation

@override

/// Sets the operator for the threshold values in the conditional format.
ConditionalFormatOperator operator =
    ConditionalFormatOperator.greaterThanorEqualTo;