set_custom_calculated_formula method

set_custom_calculated_formula(self, formula, is_r1c1, is_local)

Sets the formula for this list column.


def set_custom_calculated_formula(self, formula, is_r1c1, is_local):
    ...
ParameterTypeDescription
formulaSystem.Stringthe formula for this list column.
is_r1c1boolWhether the formula needs to be formatted as R1C1.
is_localboolWhether the formula needs to be formatted by locale.

See Also