Skip to main content
A newer version of this page is available. .
Row

CalculationOptions.FullCalculationOnLoad Property

Gets or sets a value indicating whether formulas should be recalculated when the workbook is opened.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool FullCalculationOnLoad { get; set; }

Property Value

Type Description
Boolean

true, to perform a full recalculation when the workbook is opened; otherwise, false. Default is false.

Property Paths

You can access this nested property as listed below:

Object Type Path to FullCalculationOnLoad
DocumentSettings
.Calculation.FullCalculationOnLoad

Remarks

If the CalculationOptions.Mode property is set to CalculationMode.Manual, the workbook will not be recalculated on loading, even when the FullCalculationOnLoad property is set to true.

See Also