TableCellFormattingSettings.noWrap Property
In This Article
Sspecifies whether text is wrapped in a table cell.
#Declaration
TypeScript
noWrap: boolean
#Property Value
Type | Description |
---|---|
boolean | true if text is wrapped; false if text is not wrapped. |
See Also