Specifies the order in which page fields are displayed in a PivotTable report.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
      
<xsd:simpleType name="PageFieldOrderType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="OverThenDown" />
    <xsd:enumeration value="DownThenOver" />
  </xsd:restriction>
</xsd:simpleType>