TextOverflowMode Enumeration
Defines text overflow mode for rendering spreadsheet documents into HTML.

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public enum TextOverflowMode
Members
  Member nameValueDescription
Overlay0 Overlay next cells even they are not empty.
OverlayIfNextIsEmpty1 Overlay next cells only if they are empty.
AutoFitColumn2 Expand columns to fit the text.
HideText3 Hide overflow text.
See Also