PivotTableDefinition.PivotTablePart Property
Gets the PivotTablePart associated with this element.
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotTablePart As PivotTablePart
Get
Friend Set
'Usage
Dim instance As PivotTableDefinition
Dim value As PivotTablePart
value = instance.PivotTablePart
public PivotTablePart PivotTablePart { get; internal set; }
Property Value
Type: DocumentFormat.OpenXml.Packaging.PivotTablePart