TextCrossType
TextCrossType enumeration
Enumerates displaying text type when the text width is larger than cell width.
Values
| Name | Value | Description |
|---|---|---|
| Default | 1 | Display text like in Microsoft Excel. |
| CrossKeep | 2 | Display all the text by crossing other cells and keep text of crossed cells. |
| CrossOverride | 3 | Display all the text by crossing other cells and override text of crossed cells. |
| StrictInCell | 4 | Only display the text within the width of cell. |