Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public IAggregator GetValue(
ValueKey rowKey,
ValueKey colKey
)
Public Function GetValue (
rowKey As ValueKey,
colKey As ValueKey
) As IAggregator
public:
virtual IAggregator^ GetValue(
ValueKey^ rowKey,
ValueKey^ colKey
) sealed
abstract GetValue :
rowKey : ValueKey *
colKey : ValueKey -> IAggregator
override GetValue :
rowKey : ValueKey *
colKey : ValueKey -> IAggregator
Parameters
- rowKey
- Type: NReco.PivotDataValueKey
- colKey
- Type: NReco.PivotDataValueKey
Return Value
Type:
IAggregatorImplements
IPivotTableGetValue(ValueKey, ValueKey)
Reference