Definition Type: Element
Name: PageFieldOrder
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:PageFieldOrderType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default DownThenOver
Documentation:
Contains an enumeration indicating how the page fields are laid out when there are multiple PivotFields in the page area.
Collapse XSD Schema Diagram:
XSD Diagram of PageFieldOrder in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="PageFieldOrder" type="PageFieldOrderType" default="DownThenOver" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating how the page fields are laid out when there are multiple PivotFields in the page area.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: