Definition Type: Element
Name: MissingItemsLimit
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default 1
Documentation:
Specifies the maximum number of PivotItems not appearing in any records that are to be retained when a PivotTable view is refreshed.
Collapse XSD Schema Diagram:
XSD Diagram of MissingItemsLimit in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="MissingItemsLimit" type="xsd:int" default="1" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the maximum number of PivotItems not appearing in any records that are to be retained when a PivotTable view is refreshed.</xsd:documentation>
    </xsd:annotation>
</xsd:element>