PublishObject.HtmlType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.