WRAP-TEXT (numeric)

Enables or disables text-wrapping within a cell, meaning that text wider than the width of the column its cell occupies is split across multiple lines to reduce its width and fit into the cell boundaries. Similar to the CELL-DATA and CELL-COLOR properties, WRAP-TEXT is targeted at a cell using a MODIFY statement after the grid has been loaded. Accepted values are:

0 Disabled (default)
1 Enabled1
1Cannot be enabled when the VALIGNMENT property is set to B or C for the same targeted cell. When both WRAP-TEXT and VALIGNMENT are present, whichever is specified first takes precedence.