PublishObject.HtmlType Property

Definition

Returns or sets the type of HTML generated by Microsoft Excel when you save the specified item to a Web page.

public:
 property Microsoft::Office::Interop::Excel::XlHtmlType HtmlType { Microsoft::Office::Interop::Excel::XlHtmlType get(); void set(Microsoft::Office::Interop::Excel::XlHtmlType value); };
public Microsoft.Office.Interop.Excel.XlHtmlType HtmlType { get; set; }
Public Property HtmlType As XlHtmlType

Property Value

Remarks

The HtmlType property can be one of the XlHtmlType constants specifying whether the item is static or interactive in the Web page. The default value is xlHtmlStatic.

Applies to