Definition Type: SimpleType
Name: PageFieldOrderType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies the order in which page fields are displayed in a PivotTable report.
Collapse XSD Schema Diagram:
XSD Diagram of PageFieldOrderType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="PageFieldOrderType">
    <xsd:annotation>
        <xsd:documentation>Specifies the order in which page fields are displayed in a PivotTable report.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="OverThenDown" />
        <xsd:enumeration value="DownThenOver" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration OverThenDown
Enumeration DownThenOver
Collapse Derivation Tree:
Collapse References:
x:PageFieldOrder