Skip to main content
Row

CalculationOptions Interface

Contains 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

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:

SpreadsheetControl.Document.DocumentSettings.Calculation
See Also