[]
        
(Showing Draft Content)

HtmlEntityConversion Enumeration

HtmlEntityConversion Enumeration

Defines the conversion behavior for HTML entities such as """, "<", ">" and "&" when exporting.

Enumeration members

Enumeration members

Auto

Auto: = 0

The behavior depends on the value of the column's Column.isContentHtml property to which the exported cell belongs. If the property value is true, the HTML entities will be converted to the characters they represent, otherwise they will be left unchanged.

No

No: = 1

No conversion of HTML entities is performed.

Yes

Yes: = 2

Always convert HTML entities to the characters they represent.