Click or drag to resize

PivotTableFields Constructor

Initializes a new instance of the PivotTableFields class.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotTableFields(
	Object parent
)

Parameters

parent
Type: System Object
The parent object, expected to be of type XlsPivotTable.

Return Value

Type:
None. This constructor sets up the internal state of the PivotTableFields object.
See Also