ig.excel.PrintErrors
Represents the various ways to print cell errors in a worksheet.
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
-
dontPrint
- Type:
- ig.excel.PrintErrors
- Default:
- 1
Errors are not prints, as though the cells containing them have no value.
-
printAsDashes
- Type:
- ig.excel.PrintErrors
- Default:
- 2
Errors are printed as two dashes "--".
-
printAsDisplayed
- Type:
- ig.excel.PrintErrors
- Default:
- 0
Errors are printed just as they are displayed on the worksheet.
-
printAsNA
- Type:
- ig.excel.PrintErrors
- Default:
- 3
Errors are prints as "#N/A".
The current widget has no events.
The current widget has no public methods.