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

CssPropertiesExportType Enum

Lists possible ways to export style information.

Namespace: DevExpress.XtraSpreadsheet.Export.Html

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

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.

Remarks

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

See Also