Definition Type: Element
Name: AutoShowType
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:AutoShowTypeType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default Manual
Documentation:
Contains an enumeration indicating whether all PivotItems are displayed for a PivotField or whether the PivotItems displayed are based on the value falling within a user-specified range. Used in conjunction with AutoShowCount, AutoShowField and AutoShorRange.
Collapse XSD Schema Diagram:
XSD Diagram of AutoShowType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="AutoShowType" type="AutoShowTypeType" default="Manual" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating whether all PivotItems are displayed for a PivotField or whether the PivotItems displayed are based on the value falling within a user-specified range. Used in conjunction with AutoShowCount, AutoShowField and AutoShorRange.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: