Definition Type: Element
Name: AutoShowRange
Namespace: urn:schemas-microsoft-com:office:excel
Type: x:AutoShowRangeType
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default Top
Documentation:
Contains an enumeration indicating which range of values to use in determining whether a PivotItem should be displayed or not. Used in conjunction with AutoShowCount, AutoShowField and AutoShowType.
Collapse XSD Schema Diagram:
XSD Diagram of AutoShowRange in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="AutoShowRange" type="AutoShowRangeType" default="Top" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains an enumeration indicating which range of values to use in determining whether a PivotItem should be displayed or not. Used in conjunction with AutoShowCount, AutoShowField and AutoShowType.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: