Example: WrapText property

This example sets text of all cells to be wrapped.

  Range range = sheet.range("A1:E6");
  range.setWrapText(Constant.SYMPHONY_BOOL_YES);

Related information

WrapText property