Gets aggregator for specified row and column indexes
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
Parameters
- row
- Type: SystemNullableInt32
row index (can be null for totals) - col
- Type: SystemNullableInt32
column index (can be null for totals)
Return Value
Type: IAggregatoraggregator for row x column intersection
See Also