Enumeration TextCellLineBreakMode

Indicates how to break lines of text for a cell.

Enumeration Members

CharacterWrap: 3

If possible for the current platform, wraps to a new line whenever necessary.

Ellipsis: 0

Truncates the text content at the end and displays an ellipsis character if it can't fit on a line.

NoWrap: 1

Keeps the text on a single line, but does not attempt to insert an ellipsis character.

WordWrap: 2

If possible for the current platform, wraps to a new line on a word break, if necessary.