Orientation element (PivotAxisType complexType)

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.

Usage

      
<Orientation />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
PivotAxis Specifies additional information about a PivotTable axis or location.

Child Elements

None.

Attributes

None.

Definition

      
<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>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp