TextCrossType Enum
TextCrossType Enum
Enumerates displaying text type when the text width is larger than cell width.
type TextCrossType int32
Fields
Field | Description |
---|---|
Default | Display text like in Microsoft Excel. |
CrossKeep | Display all the text by crossing other cells and keep text of crossed cells. |
CrossOverride | Display all the text by crossing other cells and override text of crossed cells. |
StrictInCell | Only display the text within the width of cell. |