IPivotTable
PivotFields Property
|
Gets collection of pivot fields. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
PivotTableFields PivotFields { get; }
ReadOnly Property PivotFields As PivotTableFields
Get
property PivotTableFields^ PivotFields {
PivotTableFields^ get ();
}
abstract PivotFields : PivotTableFields with get
Property Value
Type:
PivotTableFields
See Also