Definition Type: Element
Name: DisableDrillDown
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains a Boolean indicating if the user is prevented from drilling down (double clicking) on a PivotItem or aggregate value.
Collapse XSD Schema Diagram:
XSD Diagram of DisableDrillDown in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="DisableDrillDown" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a Boolean indicating if the user is prevented from drilling down (double clicking) on a PivotItem or aggregate value.</xsd:documentation>
    </xsd:annotation>
</xsd:element>