Search
MhtmlExporter Methods
 


 Public Methods

  Name Description

export

 

getEnableCharts

Gets a value indicating whether the charts in the workbook are exported. The charts are exported as images. (Inherited from HtmlExporterBase.)

getEnableGridLines

Gets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.)

getEnablePictures

Gets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.)

getEncoding

Gets the encoding used. (Inherited from HtmlExporterBase.)

getFromWorksheet

Gets the zero-based index of the first worksheet to export. (Inherited from HtmlExporterBase.)

getMetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML. (Inherited from HtmlExporterBase.)

getSplitImageContent

Gets or sets a value indicating whether the content of images inside the exported MHTML should be split to individual lines that do not exceed 80 characters.

getTitle

Gets the title of the resulting HTML. (Inherited from HtmlExporterBase.)

getToWorksheet

Gets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook. (Inherited from HtmlExporterBase.)

getWrapOverflowingContent

Gets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell. (Inherited from HtmlExporterBase.)

setEnableCharts

Sets a value indicating whether the charts in the workbook are exported. The charts are exported as images. (Inherited from HtmlExporterBase.)

setEnableGridLines

Sets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.)

setEnablePictures

Sets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.)

setEncoding

Sets the encoding used. (Inherited from HtmlExporterBase.)

setFromWorksheet

Sets the zero-based index of the first worksheet to export. (Inherited from HtmlExporterBase.)

setSplitImageContent

 

setTitle

Sets the title of the resulting HTML. (Inherited from HtmlExporterBase.)

setToWorksheet

Sets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook. (Inherited from HtmlExporterBase.)

setWrapOverflowingContent

Sets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell. (Inherited from HtmlExporterBase.)

 See Also