DataTable element

Specifies whether a data table is displayed on the plot area next to the category axis.

Usage

      
<DataTable />

    

Element Information

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

Elements and Attributes

Child Elements

Element Description
Range Contains the range or list of ranges that applies to a conditional text format, a data validation range, or a data source.
RowInputCell Contains the row index of a cell used to calculate the values in a data table.
ColumnInputCell Contains the column index of a cell used to calculate the values in a data table.

Attributes

None.

Definition

      
<xsd:element name="DataTable" >
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Range" type="xsd:string">
      </xsd:element>
      <xsd:element name="RowInputCell" type="xsd:string" minOccurs="0">
      </xsd:element>
      <xsd:element name="ColumnInputCell" type="xsd:string" minOccurs="0">
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</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