Click or drag to resize

PivotTableFields Add Method

Adds a PivotField item to the collection.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Add(
	PivotField item
)

Parameters

item
Type: Spire.Xls PivotField
The PivotField item to add.
See Also