WorkbookSettings.CreateCalcChain

WorkbookSettings.CreateCalcChain property

Whether creates calculated formulas chain. Default is false.

[Obsolete("Use FormulaSettings.EnableCalculationChain instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool CreateCalcChain { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableCalculationChain. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also