WrapText property

This property returns or sets whether the text wraps in the range.

Defined in

Range

Data type

int

Syntax

public int getWrapText() 
public void setWrapText(int wrap)
Legal value
  • Constant.SYMPHONY_BOOL_YES specifies that text of all cells in this range wraps.
  • Constant.SYMPHONY_BOOL_NO specifies that none cells contain text that wraps.
  • Constant.SYMPHONY_BOOL_MISCELLANEOUS specifies that some of the cells contain text that wraps and others do not.

See examples

Example: WrapText property