Definition Type: Element
Name: BackgroundQuery
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies a Boolean indicating whether the supporting data for the PivotTable view is read in the background, allowing the user to do other work in Excel.
Collapse XSD Schema Diagram:
XSD Diagram of BackgroundQuery in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="BackgroundQuery" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies a Boolean indicating whether the supporting data for the PivotTable view is read in the background, allowing the user to do other work in Excel.</xsd:documentation>
    </xsd:annotation>
</xsd:element>