PivotTableFactoryCreatePivotTableInstance Method

NReco.PivotData Class Library Documentation

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

protected virtual PivotTable CreatePivotTableInstance(
	string[] rows,
	string[] columns,
	IPivotData pvtData,
	IComparer<ValueKey> rowKeysComparer,
	IComparer<ValueKey> colKeysComparer
)

Parameters

rows
Type: SystemString
columns
Type: SystemString
pvtData
Type: NReco.PivotDataIPivotData
rowKeysComparer
Type: System.Collections.GenericIComparerValueKey
colKeysComparer
Type: System.Collections.GenericIComparerValueKey

Return Value

Type: PivotTable
See Also

Reference