[]
Specifies the recalculation behavior of the workbook.
example
spread.options.CalculationMode = GC.Spread.Sheets.CalculationMode.manual;
• auto = 0
The default recalculation behavior that calculates formulas every time the relevant data is changed.
• manual = 1
Calculations only occur when the user requests them.