set_custom_totals_row_formula method

set_custom_totals_row_formula

Gets the formula of totals row of this list column.

def set_custom_totals_row_formula(self, formula, is_r1c1, is_local):
    ...
ParameterTypeDescription
formulastrthe 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