Style.CellXf.TextBreakValue Enumeration

NanoXLSX

NanoXLSX

StyleCellXfTextBreakValue Enumeration

Enum for text break options

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public enum TextBreakValue
Members
  Member nameValueDescription
wrapText0Word wrap is active
shrinkToFit1Text will be resized to fit the cell
none2Text will overflow in cell
See Also