Specifies whether a filter is automatically applied to a PivotTable field.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
      
<xsd:simpleType name="AutoShowTypeType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Auto" />
    <xsd:enumeration value="Manual" />
  </xsd:restriction>
</xsd:simpleType>