Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

WorkbookCalculationMode Enum

Lists values used to specify when data should be recalculated in a non-visual Workbook or the Spreadsheet control.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public enum WorkbookCalculationMode

Members

Name Description
UseDocumentSettings

Uses the calculation mode specified in the document (this value is stored in the CalculationOptions.Mode property).

Manual

Ignores the document’s calculation mode and starts calculation only on user request or after the Calculate method call. Never recalculates formulas before saving.

Automatic

Ignores the document’s calculation mode and recalculates formulas each time a cell value, formula, or defined name changes.

See Also