IPivotTableGetValue 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

IAggregator GetValue(
	ValueKey rowKey,
	ValueKey colKey
)

Parameters

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

Return Value

Type: IAggregator
See Also

Reference