HtmlType element

Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.

Usage

      
<HtmlType />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
PublishObject Contains the properties of a published item.

Child Elements

None.

Attributes

None.

Definition

      
<xsd:element name="HtmlType" default="StaticHTML" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="PivotList" />
      <xsd:enumeration value="StaticHTML" />
      <xsd:enumeration value="WebCalc" />
      <xsd:enumeration value="HTMLChart" />
      <xsd:enumeration value="HtmlCalc" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp