XlHtmlType Enumeration
Office 2007
| Excel Developer Reference |
Version Information
Version Added: Excel 2007
| Name | Value | Description |
|---|---|---|
| xlHtmlCalc | 1 | Use the Spreadsheet component. Deprecated in Excel 2007. |
| xlHtmlChart | 3 | Use the Chart component. Deprecated in Excel 2007. |
| xlHtmlList | 2 | Use the PivotTable component. Deprecated in Excel 2007. |
| xlHtmlStatic | 0 | Use static (noninteractive) HTML for viewing only. |
Remarks
Note |
|---|
| All XlHtmlType enumerations other than xlHtmlStatic have been deprecated in Excel 2007. |
Note