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

CalculationOptions.Mode Property

Gets or sets the document’s calculation mode.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

CalculationMode Mode { get; set; }

Property Value

Type Description
CalculationMode

An enumeration member that specifies the calculation mode for a workbook. The default value is Automatic.

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
DocumentSettings
.Calculation .Mode

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