Gets value for specified row and column keys.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
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: IAggregatoraggregator for row x column intersection
Implements
IPivotTableGetValue(ValueKey, ValueKey)See Also