Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula method

ListColumn::GetCustomCalculatedFormula method

Gets the formula of this list column.

U16String Aspose::Cells::Tables::ListColumn::GetCustomCalculatedFormula(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