[]
        
(Showing Draft Content)

C1.Excel.CalculationMode

CalculationMode Enum

Specifies calculation mode for all formulas in the workbook.

Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public enum CalculationMode

Fields

Name Description
Auto

Automatic calculation mode for all formulas in the workbook.

AutoNoTable

Automatic no table calculation mode for all formulas in the workbook.

Manual

Manual calculation mode for all formulas in the workbook (F9 in MS Excel).