PivotCacheDefinition.PivotTableCacheDefinitionPart Property

Gets the PivotTableCacheDefinitionPart associated with this element.

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property PivotTableCacheDefinitionPart As PivotTableCacheDefinitionPart
    Get
    Friend Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As PivotTableCacheDefinitionPart

value = instance.PivotTableCacheDefinitionPart
public PivotTableCacheDefinitionPart PivotTableCacheDefinitionPart { get; internal set; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart
Returns PivotTableCacheDefinitionPart.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace