PositionType simpleType

Contains the index position of a PivotTable field within its current orientation, or specifies the position of a PivotTable field on an axis, the position of a chart title or data label, or the base position of a label entry.

Type Information

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

Definition

      
<xsd:simpleType name="PositionType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Column" />
    <xsd:enumeration value="Data" />
    <xsd:enumeration value="Page" />
    <xsd:enumeration value="Row" />
  </xsd:restriction>
</xsd:simpleType>


    
©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