PivotTableGetValue Method

NReco.PivotData Class Library Documentation
Gets value for specified row and column keys.

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

public virtual IAggregator GetValue(
	ValueKey rowKey,
	ValueKey colKey
)

Parameters

rowKey
Type: NReco.PivotDataValueKey
row key (use partial key for sub-totals)
colKey
Type: NReco.PivotDataValueKey
column key (use partial key for sub-totals)

Return Value

Type: IAggregator
aggregator for row x column intersection

Implements

IPivotTableGetValue(ValueKey, ValueKey)
See Also

Reference