Skip to main content

CssPropertiesExportType Enum

Lists possible ways to export style information.

Namespace: DevExpress.XtraSpreadsheet.Export.Html

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(true)]
public enum CssPropertiesExportType

Members

Name Description
Style

CSS is included in a <STYLE> tag.

CSS is included as a link to an external CSS-file.

Inline

CSS is embedded by placing it as an attribute to an HTML tag.

Related API Members

The following properties accept/return CssPropertiesExportType values:

Remarks

The values listed by this enumeration are used by the HtmlDocumentExporterOptions.CssPropertiesExportType property.

See Also