com.grapecity.documents.excel.drawing Package / HtmlSaveOptions Class / setExportCssSeparately Method
In This Topic
setExportCssSeparately Method
In This Topic
Sets whether export the worksheet style to css separately. 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 void setExportCssSeparately( 
   boolean value
)

Parameters

value
See Also