PivotDataItem Property (ValueKey)

NReco.PivotData Class Library Documentation
Gets value by specified multidimensional key.

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

public IAggregator this[
	ValueKey vk
] { get; }

Parameters

vk
Type: NReco.PivotDataValueKey
multidimensional key

Return Value

Type: IAggregator
matched measure IAggregator instance or empty aggregator
See Also

Reference