Table of Contents

Enum ExcelCalculationMode

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Enum that defines different types of the formula calculations.

public enum ExcelCalculationMode

Fields

Auto = 1

Represents the AUTOMATIC calculation type.

AutoNoTable = 2

Represents the AUTOMATIC EXCEPT TABLES calculation type.

Manual = 0

Represents the MANUAL calculation type.