HtmlCrossType Enum

HtmlCrossType Enum

Represents five types of html cross string.


type HtmlCrossType int32

Fields

FieldDescription
DefaultDisplay like MS Excel,depends on the next cell.If the next cell is null,the string will cross,or it will be truncated
MSExportDisplay the string like MS Excel exporting html.
CrossDisplay HTML cross string, this performance for creating large html files will be more than ten times faster than setting the value to Default or FitToCell.
CrossHideRightDisplay HTML cross string and hide the right string when the texts overlap.
FitToCellOnly displaying the string within the width of cell.