XlHtmlType Enum

Definition

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

xlHtmlCalc 1

Use the Spreadsheet component.

xlHtmlChart 3

Use the Chart component.

xlHtmlList 2

Use the PivotTable component.

xlHtmlStatic 0

Use static (noninteractive) HTML for viewing only.

Applies to