Ignite UI API Reference
ig.excel.CalculationMode
Represents the the ways formulas are recalculated when their referenced values change.
Dependencies
jquery-1.4.4.js
infragistics.util.js
-
automatic
- Type:
- ig.excel.CalculationMode
- Default:
- 1
Formulas and data tables are automatically recalculated when the values in referenced cells change.
-
automaticExceptForDataTables
- Type:
- ig.excel.CalculationMode
- Default:
- 2
Only formulas are automatically recalculated when the values in referenced cells change. Data tables must be recalculated manually.
-
manual
- Type:
- ig.excel.CalculationMode
- Default:
- 0
Formulas must be recalculated manually, by pressing a button in the Microsoft Excel interface.
The current widget has no events.
The current widget has no public methods.