Specifies the amount of formatting imported into a query table from a Web page.
<HTMLFormat />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
QuerySource | Describes the data source that a query table was based on when it was created from an external source. |
QuerySource | Contains information about the data source of a query. |
None.
None.
<xsd:element name="HTMLFormat" default="None" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="All" />
<xsd:enumeration value="None" />
<xsd:enumeration value="RTF" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>