Specifies whether the PivotTable properties in a PTLineItems element apply to a row or column, or specifies the orientation of a PivotTable field or a cube field axis.
      
<Orientation />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| PivotAxis | Specifies additional information about a PivotTable axis or location. | 
None.
None.
      
<xsd:element name="Orientation" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Hidden" />
      <xsd:enumeration value="Row" />
      <xsd:enumeration value="Column" />
      <xsd:enumeration value="Filter" />
      <xsd:enumeration value="Data" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>