Partager via


PublishObject.HtmlType Propriété

Définition

Renvoie ou définit le type de langage HTML généré par Microsoft Excel lorsque vous enregistrez l’élément spécifié dans une page Web.

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

Valeur de propriété

Remarques

La propriété HtmlType peut être l’une des XlHtmlType constantes spécifiant si l’élément est statique ou interactif dans la page Web. La valeur par défaut est xlHtmlStatic.

S’applique à