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
)
Public Sub New (
parent As Object
)
public:
PivotTableFields(
Object^ parent
)
new :
parent : Object -> PivotTableFields
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