Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.ExportComments Property

Gets or sets whether to include comments in HTML export output.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

[DefaultValue(true)]
public virtual bool ExportComments { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to export comments in HTML; otherwise, false.

See Also