PivotTableDefinition.PivotFields Property
PivotTable Fields.Represents the element tag in schema: x:pivotFields
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PivotFields As PivotFields
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As PivotFields
value = instance.PivotFields
instance.PivotFields = value
public PivotFields PivotFields { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotFields