TextCrossType Enum

TextCrossType Enum

Enumerates displaying text type when the text width is larger than cell width.


type TextCrossType int32

Fields

FieldDescription
DefaultDisplay text like in Microsoft Excel.
CrossKeepDisplay all the text by crossing other cells and keep text of crossed cells.
CrossOverrideDisplay all the text by crossing other cells and override text of crossed cells.
StrictInCellOnly display the text within the width of cell.