ListColumn.GetCustomTotalsRowFormula

ListColumn.GetCustomTotalsRowFormula method

Gets the formula of totals row of this list column.

public string GetCustomTotalsRowFormula(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1BooleanWhether the formula needs to be formatted as R1C1.
isLocalBooleanWhether the formula needs to be formatted by locale.

Return Value

The formula of this list column.

See Also