CalculationOptions.Mode Property
Gets or sets the documentâs calculation mode.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
Remarks
Use the DocumentOptions.CalculationMode property to override the documentâs calculation mode and specify how the Spreadsheet control or a Workbook component should recalculate formulas.
See Also
