WorksheetPart.PivotTableParts Property
Gets the PivotTableParts of the WorksheetPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property PivotTableParts As IEnumerable(Of PivotTablePart)
Get
'Usage
Dim instance As WorksheetPart
Dim value As IEnumerable(Of PivotTablePart)
value = instance.PivotTableParts
public IEnumerable<PivotTablePart> PivotTableParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<PivotTablePart>