PivotReportFilters Constructor
 | 
Initializes a new instance of the PivotReportFilters 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 PivotReportFilters(
	Object parent
)
 
Public Sub New ( 
	parent As Object
)
 
public:
PivotReportFilters(
	Object^ parent
)
 
new : 
parent : Object -> PivotReportFilters
 
 
 
Parameters
- 
parent
 
- 
Type:
System
Object
The parent object from which the PivotReportFilters instance is created. Expected to be of type XlsPivotTable.
 
Return Value
Type:
An instance of PivotReportFilters.
 
See Also