stop_if_true propiedad

stop_if_true propiedad

Cierto, no se pueden aplicar reglas con menor prioridad sobre esta regla, cuando esta regla se evalúa como verdadera. Solo aplica para Excel 2007;

Definición:

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

Ver también