ListColumn.SetCustomTotalsRowFormula

ListColumn.SetCustomTotalsRowFormula method

Gets the formula of totals row of this list column.

public void SetCustomTotalsRowFormula(string formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaStringthe formula for this list column.
isR1C1BooleanWhether the formula needs to be formatted as R1C1.
isLocalBooleanWhether the formula needs to be formatted by locale.

See Also