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

DocumentSettings.Calculation Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v17.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:

Library Object Type Path to Calculation
Cross-Platform Class Library IWorkbook
.DocumentSettings.Calculation
Office File API Workbook
.DocumentSettings.Calculation

Remarks

For detailed information on formulas, refer to Spreadsheet Formulas.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Calculation property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also