Specifies the order in which a range is displayed when a filter is applied to a PivotTable field.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
      
<xsd:simpleType name="AutoShowRangeType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Top" />
    <xsd:enumeration value="Bottom" />
  </xsd:restriction>
</xsd:simpleType>