CalculationModeOverride Enum
Lists values used to override the calculation mode for a loaded document.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return CalculationModeOverride values:
See Also