stop_if_true属性

stop_if_true属性

真,当此规则评估为真时,不能应用任何优先级较低的规则。 仅适用于 Excel 2007;

定义:

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

也可以看看