Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#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 when the document is loaded or before it is saved.

Automatic

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

#Related API Members

The following properties accept/return WorkbookCalculationMode values:

See Also