XlHtmlType Enumeration

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlHtmlType
'Usage
Dim instance As XlHtmlType
public enum XlHtmlType

Members

Member name Description
xlHtmlStatic Use static (noninteractive) HTML for viewing only.
xlHtmlCalc Use the Spreadsheet component.
xlHtmlList Use the PivotTable component.
xlHtmlChart Use the Chart component.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace