ig.excel.ExcelCalcErrorCode
Enumeration of error codes assigned to ExcelCalcErrorValue.
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
-
circularity
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 5
Occurs when a circularity formula is used when circularities are not allowed.
-
div
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 2
Occurs when a number is divided by zero (0)
-
nA
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 3
Occurs when @NA is entered into a formula
-
name
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 7
Occurs when text in a formula is not recognized.
-
null
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 6
Occurs when there is an intersection of two references that do not contain any common cells.
-
num
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 4
Occurs with invalid numeric values in a formula or function
-
reference
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 0
Occurs when an invalid or disconnected reference is encountered while evaluating a formula
-
value
- Type:
- ig.excel.ExcelCalcErrorCode
- Default:
- 1
Occurs when the wrong type of argument or operand is used in a formula
The current widget has no events.
The current widget has no public methods.