Share via


OpenXmlPivotCachesElement class

Defines the OpenXmlPivotCachesElement class.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Excel.OpenXmlPivotCachesElement
        DocumentFormat.OpenXml.Office15.Excel.PivotCaches
        DocumentFormat.OpenXml.Office15.Excel.TimelineCachePivotCaches

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(PivotCache))> _
Public MustInherit Class OpenXmlPivotCachesElement _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As OpenXmlPivotCachesElement
[ChildElementInfoAttribute(typeof(PivotCache))]
public abstract class OpenXmlPivotCachesElement : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Spreadsheet.PivotCache <x:pivotCache>

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

OpenXmlPivotCachesElement members

DocumentFormat.OpenXml.Office15.Excel namespace