[]
        
(Showing Draft Content)

GC.Spread.Sheets.CalculationMode

Enumeration: CalculationMode

Spread.Sheets.CalculationMode

Specifies the recalculation behavior of the workbook.

example

spread.options.CalculationMode = GC.Spread.Sheets.CalculationMode.manual;

Table of contents

Enumeration members

Enumeration members

auto

auto = 0

The default recalculation behavior that calculates formulas every time the relevant data is changed.


manual

manual = 1

Calculations only occur when the user requests them.