get_custom_calculated_formula method

get_custom_calculated_formula

Gets the formula of this list column.

Returns

The formula of this list column.

def get_custom_calculated_formula(self, is_r1c1, is_local):
    ...
ParameterTypeDescription
is_r1c1boolWhether the formula needs to be formatted as R1C1.
is_localboolWhether the formula needs to be formatted by locale.

See Also