ig.excel.CalculationMode
Represents the the ways formulas are recalculated when their referenced values change.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.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.