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

HtmlDocumentExporterOptions.ExportRootTag Property

Gets or sets the root tag of the HTML document to start the export.

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

[DefaultValue(ExportRootTag.Html)]
public ExportRootTag ExportRootTag { get; set; }

Property Value

Type Default Description
ExportRootTag **Html**

An ExportRootTag enumeration value specifying the HTML document tag.

Remarks

Specify the ExportRootTag and the HtmlDocumentExporterOptions.CssPropertiesExportType settings to perform the export to HTML by using the IWorkbook.ExportToHtml method.

See Also