Click or drag to resize

PivotReportFilter Constructor (Int32, PivotTable)

Initializes a new instance of the PivotReportFilter class with the specified index and pivot table.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotReportFilter(
	int index,
	PivotTable pivotTable
)

Parameters

index
Type: System Int32
pivotTable
Type: Spire.Xls PivotTable
See Also