Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
protected virtual PivotTable CreatePivotTableInstance(
string[] rows,
string[] columns,
IPivotData pvtData,
IComparer<ValueKey> rowKeysComparer,
IComparer<ValueKey> colKeysComparer
)
Protected Overridable Function CreatePivotTableInstance (
rows As String(),
columns As String(),
pvtData As IPivotData,
rowKeysComparer As IComparer(Of ValueKey),
colKeysComparer As IComparer(Of ValueKey)
) As PivotTable
protected:
virtual PivotTable^ CreatePivotTableInstance(
array<String^>^ rows,
array<String^>^ columns,
IPivotData^ pvtData,
IComparer<ValueKey^>^ rowKeysComparer,
IComparer<ValueKey^>^ colKeysComparer
)
abstract CreatePivotTableInstance :
rows : string[] *
columns : string[] *
pvtData : IPivotData *
rowKeysComparer : IComparer<ValueKey> *
colKeysComparer : IComparer<ValueKey> -> PivotTable
override CreatePivotTableInstance :
rows : string[] *
columns : string[] *
pvtData : IPivotData *
rowKeysComparer : IComparer<ValueKey> *
colKeysComparer : IComparer<ValueKey> -> PivotTable
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
Reference