Style.CellXf.TextBreakValue Enumeration

PicoXLSX

PicoXLSX

StyleCellXfTextBreakValue Enumeration

Enum for text break options

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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