<pivotCaches>
(PivotCaches)
This element enumerates pivot cache definition parts used by pivot tables and formulas in this workbook.
example:
<pivotCaches> <pivotCache cacheId="4" r:id="rId8"/> </pivotCaches>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PivotCaches">
<sequence>
<element name="pivotCache" type="CT_PivotCache" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>