TextOverflowMode

TextOverflowMode enumeration

Sets the text overflow mode for rendering spreadsheet documents into HTML.

Members

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

See Also