Definition Type: Element
Name: AutoShowCount
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains a number indicating what PivotItems to display based on the values of the PivotItems. Used in conjunction with AutoShowField, AutoShowRange and AutoShowType.
Collapse XSD Schema Diagram:
XSD Diagram of AutoShowCount in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="AutoShowCount" type="xsd:int" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a number indicating what PivotItems to display based on the values of the PivotItems. Used in conjunction with AutoShowField, AutoShowRange and AutoShowType.</xsd:documentation>
    </xsd:annotation>
</xsd:element>