TextOverflowMode class

TextOverflowMode class

The TextOverflowMode type exposes the following members:

Fields

Field Description
OVERLAY Overlay next cells even they are not empty.
OVERLAY_IF_NEXT_IS_EMPTY Overlay next cells only if they are empty. Default value.
AUTO_FIT_COLUMN Expand columns to fit the text.
HIDE_TEXT Hide overflow text.

See Also