Definition Type: Element
Name: Orientation
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:OrientationType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default Hidden
Documentation:
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.
Collapse XSD Schema Diagram:
XSD Diagram of Orientation in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>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.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: