NanoXLSX Library Documentation
![]() | StyleCellXfTextBreakValue Enumeration |
Enum for text break options
Namespace: NanoXLSX.Style
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public enum TextBreakValue

Member name | Value | Description | |
---|---|---|---|
wrapText | 0 | Word wrap is active | |
shrinkToFit | 1 | Text will be resized to fit the cell | |
none | 2 | Text will overflow in cell |
