TopPivotTable Constructor

NReco.PivotData Class Library Documentation
Initializes a new instance of TopPivotTable instance.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public TopPivotTable(
	IPivotTable pivotTable,
	int rowsLimit,
	int columnsLimit
)

Parameters

pivotTable
Type: NReco.PivotDataIPivotTable
underlying pivot table
rowsLimit
Type: SystemInt32
limit for table rows
columnsLimit
Type: SystemInt32
limit for table columns
See Also

Reference