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

DocumentOptions.CalculationEngineType Property

Gets or sets the parameter that specifies the computational model used in worksheet calculations.

Namespace: DevExpress.Spreadsheet

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

Declaration

public CalculationEngineType CalculationEngineType { get; set; }

Property Value

Type Description
CalculationEngineType

A CalculationEngineType enumeration member.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CalculationEngineType
WinForms Controls SpreadsheetControl
.Options.CalculationEngineType
Office File API ISpreadsheetComponent
.Options.CalculationEngineType
Workbook
.Options.CalculationEngineType
See Also