Definition Type: Element
Name: Cell
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Contains the properties of a cell in the PivotList component.
Collapse XSD Schema Diagram:
Drilldown into NotInverted in schema excel_xsd Drilldown into Top in schema excel_xsd Drilldown into Path in schema excel_xsdXSD Diagram of Cell in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Cell" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Contains the properties of a cell in the PivotList component.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Path" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Top" type="xsd:double">
                <xsd:annotation>
                    <xsd:documentation>Specifies the vertical position of an object within a chart area or Chart component, or for a PivotList component, the row index visible at the top of a cell or view.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="NotInverted" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies whether a cell's expanded state is the same as its default state.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Path x:Path (1) (1)
Top x:Top (1) (1)
NotInverted x:NotInverted 0 (1)