ig.excel.TextFormatMode
Represents the various way to combine a cell's value and format string to get its text.
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
-
asDisplayed
- Type:
- ig.excel.TextFormatMode
- Default:
- 0
Format the cell text as it is displayed in the Microsoft Excel UI. This takes into account the cell width when formatting the text.
-
ignoreCellWidth
- Type:
- ig.excel.TextFormatMode
- Default:
- 1
Format the cell text as if it had unlimited space in the cell. However, this will not include padding characters from the format string.
The current widget has no events.
The current widget has no public methods.