calculate method

calculate

If the cell contains a formula, the value will be updated base on that formula.

def calculate(self, update_values):
    ...
ParameterTypeDescription
update_valuesboolIf false, no actual calculation will be performed. Use true for possible exceptions check.

See Also