DifferencePivotTableDifferenceMode Enumeration

NReco.PivotData Class Library Documentation
Specifies the mode of a difference calculation.

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

public enum DifferenceMode
Members

  Member nameValueDescription
PreviousRow0 Difference from previous row value.
NextRow1 Difference from next row value.
PreviousColumn2 Difference from previous column value.
NextColumn3 Difference from next column value.
See Also

Reference