[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.HtmlSaveOptions.ExportCssSeparately

ExportCssSeparately Property

ExportCssSeparately

Indicating whether exporting the worksheet style to css separately. The default value is true. When this property is set to false. Css style data is exported directly to each worksheet and separate stylesheet.css file are 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