GroupTypeType simpleType

Specifies how groups are ordered in a PivotTable field.

Type Information

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

Definition

      
<xsd:simpleType name="GroupTypeType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Range" />
    <xsd:enumeration value="Seconds" />
    <xsd:enumeration value="Minutes" />
    <xsd:enumeration value="Hours" />
    <xsd:enumeration value="Days" />
    <xsd:enumeration value="Months" />
    <xsd:enumeration value="Quarters" />
    <xsd:enumeration value="Years" />
  </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