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

CalculationOptions.EnableMultiThreading Property

Gets or sets whether to enable multi-threaded calculations for the current workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool EnableMultiThreading { get; set; }

Property Value

Type Description
Boolean

true, to enable multi-threaded calculations; otherwise, false. The default value is true.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableMultiThreading
DocumentSettings
.Calculation.EnableMultiThreading

Remarks

Multi-threaded calculations are supported only for the ChainBased calculation engine. Use the CalculationOptions.ThreadCount property to specify the number of calculation threads.

See Also