Definition Type: Element
Name: DataTable
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies whether a data table is displayed on the plot area next to the category axis.
Collapse XSD Schema Diagram:
Drilldown into ColumnInputCell in schema excel_xsd Drilldown into RowInputCell in schema excel_xsd Drilldown into Range in schema excel_xsdXSD Diagram of DataTable in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DataTable">
    <xsd:annotation>
        <xsd:documentation>Specifies whether a data table is displayed on the plot area next to the category axis.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Range" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Contains the range or list of ranges that applies to a conditional text format, a data validation range, or a data source.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RowInputCell" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains the row index of a cell used to calculate the values in a data table.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ColumnInputCell" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains the column index of a cell used to calculate the values in a data table.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Range x:Range (1) (1)
RowInputCell x:RowInputCell 0 (1)
ColumnInputCell x:ColumnInputCell 0 (1)