Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / HtmlSaveOptions Class / ExportCssSeparately Property
In This Topic
    ExportCssSeparately Property
    In This Topic
    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.
    Syntax
    public System.bool ExportCssSeparately {get; set;}
    See Also