TimelineCachePivotTables class
Defines the TimelineCachePivotTables Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:pivotTables.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office15.Excel.TimelineCachePivotTables
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(TimelineCachePivotTable), FileFormatVersions.Office15)> _
Public Class TimelineCachePivotTables _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As TimelineCachePivotTables
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(TimelineCachePivotTable), FileFormatVersions.Office15)]
public class TimelineCachePivotTables : OpenXmlCompositeElement
Remarks
2.6.127 CT_TimelineCachePivotTables
Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_TimelineCacheDefinition
A complex type that specifies a group of CT_TimelineCachePivotTable elements that specify the PivotTable ([ISO/IEC-29500-1] section 18.10) views and Charts ([ISO/IEC-29500-1] section 21.2) based on Non-Worksheet PivotTables that are filtered by the Timeline cache.
Child Elements:
pivotTable: A CT_TimelineCachePivotTable element that specifies the PivotTable ([ISO/IEC-29500-1] section 18.10) view or a Non-Worksheet PivotTable that is filtered. The list of pivotTable child elements MUST NOT contain duplicates.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_TimelineCachePivotTables">
<xsd:sequence>
<xsd:element name="pivotTable" type="CT_TimelineCachePivotTable" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.