Share via


PivotTablePart.PivotTableDefinition Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property PivotTableDefinition As PivotTableDefinition
    Get
    Set
'Usage
Dim instance As PivotTablePart
Dim value As PivotTableDefinition

value = instance.PivotTableDefinition

instance.PivotTableDefinition = value
public PivotTableDefinition PivotTableDefinition { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition

See Also

Reference

PivotTablePart Class

PivotTablePart Members

DocumentFormat.OpenXml.Packaging Namespace