Click or drag to resize

XlsPivotTable DataFields Property

Gets collection of pivot table data fields. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotDataFields DataFields { get; }

Property Value

Type: PivotDataFields

Implements

IPivotTable DataFields
See Also