WorkbookSettingsCreateCalcChain Property |
Note: This API is now obsolete.
Whether creates calculated formulas chain. Default is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntax[ObsoleteAttribute("Use FormulaSettings.EnableCalculationChain instead.")]
public bool CreateCalcChain { get; set; }
<ObsoleteAttribute("Use FormulaSettings.EnableCalculationChain instead.")>
Public Property CreateCalcChain As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Use FormulaSettings.EnableCalculationChain instead.")]
property bool CreateCalcChain {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Use FormulaSettings.EnableCalculationChain instead.")>]
member CreateCalcChain : bool with get, set
Property Value
Type:
Boolean
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