Back to Devexpress

CalculationOptions Interface

officefileapi-devexpress-dot-spreadsheet-8270d69e.md

latest1.5 KB
Original Source

CalculationOptions Interface

Contains 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
public interface CalculationOptions
vb
Public Interface CalculationOptions

The following members return CalculationOptions objects:

Remarks

An object of the CalculationOptions type is accessible using the DocumentSettings.Calculation property.

The notation for WinForms and WPF controls is as follows:

csharp
SpreadsheetControl.Document.DocumentSettings.Calculation
vb
SpreadsheetControl.Document.DocumentSettings.Calculation

See Also

CalculationOptions Members

DevExpress.Spreadsheet Namespace