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)

Usage

Dim xlHtmlType1 As XlHtmlType = XlHtmlType.xlHtmlCalc

Syntax

Public Enum XlHtmlType
public enum XlHtmlType
public enum class XlHtmlType
public enum XlHtmlType
public enum XlHtmlType

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace