HTMLTablesType complexType

Specifies the HTML tables on a Web page that are imported into a query table.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Number Contains the index number of either an HTML table in a Web page or of a pane in a worksheet window, the number formatting style of a chart object, or a numeric operand.
Text Contains a string operand or the name of an HTML table in a Web page.
Missing Indicates that no information is specified.

Attributes

None.

Definition

      
<xsd:complexType name="HTMLTablesType" >
  <xsd:sequence>
    <xsd:element name="Number" type="xsd:integer" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="Text" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="Missing" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>


    
©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