Click or drag to resize

XlsPivotField Constructor

Initializes a new instance of the XlsPivotField class with the specified parent.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsPivotField(
	Object parent
)

Parameters

parent
Type: System Object
The parent object which should be of type PivotTableFields.

Return Value

Type:
An instance of the XlsPivotField class.
See Also