WorkbookSettings.CalculationId

WorkbookSettings.CalculationId property

Specifies the version of the calculation engine used to calculate values in the workbook.

[Obsolete("Use FormulaSettings.CalculationId instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public string CalculationId { get; set; }

Remarks

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

See Also