PivotTableItem Property

NReco.PivotData Class Library Documentation
Gets aggregator for specified row and column indexes

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

public IAggregator this[
	Nullable<int> row,
	Nullable<int> col
] { get; }

Parameters

row
Type: SystemNullableInt32
row index (can be null for totals)
col
Type: SystemNullableInt32
column index (can be null for totals)

Return Value

Type: IAggregator
aggregator for row x column intersection
See Also

Reference