PivotCacheRecords class
PivotCache Records. The root element of PivotTableCacheRecordsPart. When the object is serialized out as xml, its qualified name is x:pivotCacheRecords.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
pivotCacheRecords (PivotCache Records)
Represents the collection of records in the PivotCache. This part stores the underlying source data that the PivotTable aggregates.
[Example:
<pivotCacheRecords xmlns="…" xmlns:r="…" count="2">
<r>
<x v="0"/>
<s v="Pacific"/>
<x v="0"/>
<s v="Australia"/>
<x v="0"/>
<x v="0"/>
<s v="3550"/>
<x v="0"/>
<x v="0"/>
<s v="Road-150 Red, 62"/>
<s v="This bike is ridden by race winners. Developed with the Adventure Works Cycles professional race team, it has a extremely light heat-treated aluminum frame, and steering that allows precision control."/>
<s v="No Discount"/>
… <n v="89.456800000000001"/>
</r>
…end example]
Parent Elements |
|---|
Root element of SpreadsheetML Pivot Table Cache Records part |
Child Elements | Subclause |
|---|---|
extLst (Future Feature Data Storage Area) | §18.2.10 |
r (PivotCache Record) | §18.10.1.77 |
Attributes | Description |
|---|---|
count (PivotCache Records Count) | Specifies the number of records in the cache. The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_PivotCacheRecords) is located in §A.2. end note]
© ISO/IEC29500: 2008.