Skip to main content
All docs
V26.1
  • 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.v26.1.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