Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula method

ListColumn::SetCustomCalculatedFormula(const U16String&, bool, bool) method

Sets the formula for this list column.

void Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula(const U16String &formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaconst U16String&the formula for this list column.
isR1C1boolWhether the formula needs to be formatted as R1C1.
isLocalboolWhether the formula needs to be formatted by locale.

See Also

ListColumn::SetCustomCalculatedFormula(const char16_t*, bool, bool) method

Sets the formula for this list column.

void Aspose::Cells::Tables::ListColumn::SetCustomCalculatedFormula(const char16_t *formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaconst char16_t*the formula for this list column.
isR1C1boolWhether the formula needs to be formatted as R1C1.
isLocalboolWhether the formula needs to be formatted by locale.

See Also