Share via


TimelinePivotCacheDefinition class

Defines the TimelinePivotCacheDefinition Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:timelinePivotCacheDefinition.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office15.Excel.TimelinePivotCacheDefinition

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class TimelinePivotCacheDefinition _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As TimelinePivotCacheDefinition
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class TimelinePivotCacheDefinition : OpenXmlLeafElement

Remarks

2.4.62 timelinePivotCacheDefinition

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A timelinePivotCacheDefinition element is a CT_TimelinePivotCacheDefinition element that specifies the extended properties of a PivotTable, as specified in [ISO/IEC-29500-1] section 18.10, PivotCache definition. See section 2.2.4.5 for how this element integrates with the Office Open XML file formats specified in [ISO/IEC-29500-1].

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="timelinePivotCacheDefinition" type="CT_TimelinePivotCacheDefinition"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.123 CT_TimelinePivotCacheDefinition

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: timelinePivotCacheDefinition

A complex type that specifies the extended properties of a PivotTable ([ISO/IEC-29500-1] section 18.10) PivotCache Definition.

Attributes:

timelineData: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies the Timeline Cache Relationship to PivotCache. MUST be "true" if the OLAP PivotTable ([ISO/IEC-29500-1] section 18.10) PivotCache Definition is being referenced by a timeline cache.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_TimelinePivotCacheDefinition">

<xsd:attribute name="timelineData" type="xsd:boolean" use="optional" default="false"/>

</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.

See also

Reference

TimelinePivotCacheDefinition members

DocumentFormat.OpenXml.Office15.Excel namespace