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

DocumentSettings.Calculation Property

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

Namespace: DevExpress.Spreadsheet

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

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

Remarks

For detailed information on formulas, refer to Spreadsheet Formulas.

See Also