XlHtmlType Enumeration

Specifies the type of HTML generated by Excel when you save the specified item to a Web page and whether the item is static or interactive.

Version Information

Version Added: Excel 2007

Name

Value

Description

xlHtmlCalc

1

Use the Spreadsheet component. Deprecated.

xlHtmlChart

3

Use the Chart component. Deprecated.

xlHtmlList

2

Use the PivotTable component. Deprecated.

xlHtmlStatic

0

Use static (noninteractive) HTML for viewing only.

Remarks

Note

All XlHtmlType enumerations other than xlHtmlStatic have been deprecated.