officefileapi-devexpress-dot-xtraspreadsheet-dot-import-8c3a9549.md
Lists values used to override the calculation mode for a loaded document.
Namespace : DevExpress.XtraSpreadsheet.Import
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum CalculationModeOverride
Public Enum CalculationModeOverride
| Name | Description |
|---|---|
None |
Uses the calculation mode specified in the document (this value is stored in the CalculationOptions.Mode property).
|
| AutomaticExceptTables |
Recalculates all formulas except data tables.
|
| Manual |
A user triggers calculations in the document.
|
| Automatic |
Recalculates all formulas in the document each time a cell value, formula, or defined name changes.
|
The following properties accept/return CalculationModeOverride values:
See Also