PivotTableCacheDefinitionPart.PivotCacheDefinition Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotCacheDefinition As PivotCacheDefinition
Get
Set
'Usage
Dim instance As PivotTableCacheDefinitionPart
Dim value As PivotCacheDefinition
value = instance.PivotCacheDefinition
instance.PivotCacheDefinition = value
public PivotCacheDefinition PivotCacheDefinition { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition
See Also
Reference
PivotTableCacheDefinitionPart Class