Aspose::Cells::Tables::ListColumn::GetCustomTotalsRowFormula method

ListColumn::GetCustomTotalsRowFormula method

Gets the formula of totals row of this list column.

U16String Aspose::Cells::Tables::ListColumn::GetCustomTotalsRowFormula(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1boolWhether the formula needs to be formatted as R1C1.
isLocalboolWhether the formula needs to be formatted by locale.

ReturnValue

The formula of this list column.

See Also