Back to Devexpress

DocumentSettings.Calculation Property

officefileapi-devexpress-dot-spreadsheet-dot-documentsettings.md

latest2.0 KB
Original Source

DocumentSettings.Calculation Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CalculationOptions Calculation { get; }
vb
ReadOnly Property Calculation As CalculationOptions

Property Value

TypeDescription
CalculationOptions

A CalculationOptions object that contains various calculation options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Calculation
IWorkbook

.DocumentSettings .Calculation

| | Workbook |

.DocumentSettings .Calculation

|

See Also

Calculation Process

DocumentSettings Interface

DocumentSettings Members

DevExpress.Spreadsheet Namespace