stop_if_true property

stop_if_true property

True, no rules with lower priority may be applied over this rule, when this rule evaluates to true. Only applies for Excel 2007;

Definition:

@property
def stop_if_true(self):
    ...
@stop_if_true.setter
def stop_if_true(self, value):
    ...

See Also