Click or drag to resize

featurePropertiesexcel_ExportHtmlAsHtml Property

When set, fields known to contain HTML should be exported without conversion to plain text. Override for specific fields using each field's FieldExportAttrs property.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool excel_ExportHtmlAsHtml { get; }

Property Value

Type: Boolean
When set, fields known to contain HTML should be exported without conversion to plain text. Override for specific fields using each field's FieldExportAttrs property.
See Also