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

CalculationModeOverride Enum

Lists calculation modes which can be applied to the loaded document, overriding its settings.

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

public enum CalculationModeOverride

Members

Name Description
None

Use calculation mode as specified in the loaded document (do not override).

AutomaticExceptTables

Tables are excluded during automatic calculation.

Manual

Calculations in the workbook are triggered manually by the user.

Automatic

Calculations in the workbook are performed automatically when cell values change.

Remarks

Use the CalculationModeOverride enumeration members to specify OpenXmlDocumentImporterOptions.OverrideCalculationMode and XlsDocumentImporterOptions.OverrideCalculationMode property values.

See Also