PTLineItemsType complexType

Contains information describing the detailed layout of a PivotTable view.

Type Information

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

Elements and Attributes

Child Elements

Element Description
Orientation Indicates whether the PTLineItem elements apply to row or column headers.
PTLineItem Describes the layout of one row or column line in the PivotTable view.

Attributes

None.

Definition

      
<xsd:complexType name="PTLineItemsType" >
  <xsd:sequence>
    <xsd:element name="Orientation" type="OrientationType" default="Hidden" minOccurs="0">
    </xsd:element>
    <xsd:element name="PTLineItem" type="PTLineItemType" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>


    
©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