Specifies the mode of a difference calculation.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| PreviousRow | 0 | Difference from previous row value. | |
| NextRow | 1 | Difference from next row value. | |
| PreviousColumn | 2 | Difference from previous column value. | |
| NextColumn | 3 | Difference from next column value. |
See Also