Workbook.PivotCaches Property
PivotCaches.Represents the element tag in schema: x:pivotCaches
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotCaches As PivotCaches
Get
Set
'Usage
Dim instance As Workbook
Dim value As PivotCaches
value = instance.PivotCaches
instance.PivotCaches = value
public PivotCaches PivotCaches { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotCaches