WorkbookSettings.CalcMode

WorkbookSettings.CalcMode property

It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations.

[Obsolete("Use FormulaSettings.CalculationMode instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public CalcModeType CalcMode { get; set; }

Remarks

Only sets for MS Excel. Please manually calling Workbook.CalculateFormula() method to calculate formulas with Aspose.Cells. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationMode. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also