calculate_formula property

calculate_formula property

Indicates whether formulas should be calculated.

Definition:

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

See Also