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

CalculationOptions Interface

Contains options used for calculation of formulas contained in the worksheet cells.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface CalculationOptions

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