re_calculate_on_open property

re_calculate_on_open property

Indicates whether re-calculate all formulas on opening file.

Definition:

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

See Also