XlHtmlType Enumeration
Specifies the type of HTML generated by Office Excel when you save the specified item to a Web page and whether the item is static or interactive.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlHtmlCalc | 1 | Use the Spreadsheet component. |
| xlHtmlChart | 3 | Use the Chart component. |
| xlHtmlList | 2 | Use the PivotTable component. |
| xlHtmlStatic | 0 | Use static (noninteractive) HTML for viewing only. |