[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CssExportType

Enum CssExportType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

CSS export type.

public enum CssExportType

Fields

External = 0

Export CSS to an external CSS file.

Inline = 2

Export CSS with style attribute inside HTML elements.

Internal = 1

Export CSS with the style tag in HTML.