Skip to main content
Row

DocumentSettings.Calculation Property

Provides access to options used for calculation of formulas contained in the worksheet cells.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CalculationOptions Calculation { get; }

Property Value

Type Description
CalculationOptions

A CalculationOptions object that contains various calculation options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Calculation
IWorkbook
.DocumentSettings .Calculation
Workbook
.DocumentSettings .Calculation
See Also