PivotTableFactory.CreatePivotTableInstance 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:System.String[]
columns
Type:System.String[]
pvtData
Type: NReco.PivotData.IPivotData
rowKeysComparer
Type: System.Collections.Generic.IComparer<ValueKey>
colKeysComparer
Type: System.Collections.Generic.IComparer<ValueKey>

Return Value

Type: PivotTable
See Also

Reference