CalculationMode Enum
Lists modes that specify when to calculate formulas in the document.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Automatic
|
Recalculates all formulas in the document each time a cell value, formula, or defined name changes. |
AutomaticExceptTables
|
Recalculates all formulas except data tables. |
Manual
|
A user triggers calculations in the document. |
Related API Members
The following properties accept/return CalculationMode values:
Remarks
If a workbook’s calculation mode is Manual, use the IWorkbook.Calculate, Worksheet.Calculate, or CellRange.Calculate method to force calculation.
In Automatic mode, cells are recalculated but not always redrawn. Call the SpreadsheetControl.Refresh method to redraw cells.