Back to Devexpress

CssPropertiesExportType Enum

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-html-3ec008cf.md

latest1.6 KB
Original Source

CssPropertiesExportType Enum

Lists possible ways to export style information.

Namespace : DevExpress.XtraSpreadsheet.Export.Html

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(true)]
public enum CssPropertiesExportType
vb
<ComVisible(True)>
Public Enum CssPropertiesExportType

Members

NameDescription
Style

CSS is included in a <STYLE> tag.

| | Link |

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.

|

The following properties accept/return CssPropertiesExportType values:

Remarks

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

See Also

DevExpress.XtraSpreadsheet.Export.Html Namespace