Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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

public enum XlHtmlType
public enum XlHtmlType
public enum XlHtmlType
Member nameDescription
xlHtmlCalcUse the Spreadsheet component.
xlHtmlChartUse the Chart component.
xlHtmlListUse the PivotTable component.
xlHtmlStaticUse static (noninteractive) HTML for viewing only.

Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.