[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HtmlSaveOptions.ExportCssSeparately

ExportCssSeparately Property

ExportCssSeparately

Gets or sets whether the worksheet style is exported to CSS separately.

The default value is true. When this property is false, CSS style data is exported directly to each worksheet and a separate stylesheet.css file is not created.

Declaration
[Obsolete("ExportCssSeparately is deprecated. Use CssExportType instead.")]
public bool ExportCssSeparately { get; set; }
<Obsolete("ExportCssSeparately is deprecated. Use CssExportType instead.")>
Public Property ExportCssSeparately As Boolean