PivotCalculatedFieldsCollection Constructor
 | 
Initializes a new instance of the PivotCalculatedFieldsCollection 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 PivotCalculatedFieldsCollection(
	Object parent
)
 
Public Sub New ( 
	parent As Object
)
 
public:
PivotCalculatedFieldsCollection(
	Object^ parent
)
 
new : 
parent : Object -> PivotCalculatedFieldsCollection
 
 
 
Parameters
- 
parent
 
- 
Type:
System
Object
The parent object to which the PivotCalculatedFieldsCollection belongs.
 
 
See Also