XlHtmlType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of HTML generated by Microsoft Excel when you save the specified item to a Web page and whether the item is static or interactive.
public enum class XlHtmlType
public enum XlHtmlType
Public Enum XlHtmlType
- Inheritance
-
XlHtmlType
Fields
Name | Value | Description |
---|---|---|
xlHtmlStatic | 0 | Use static (noninteractive) HTML for viewing only. |
xlHtmlCalc | 1 | Use the Spreadsheet component. |
xlHtmlList | 2 | Use the PivotTable component. |
xlHtmlChart | 3 | Use the Chart component. |