The PivotHighlightType enumeration contains conditions, according to which the highlighted data is selected.
It is used by the following property:
Value | Brief description |
0 | None. No highlighting. |
1 | EqA. Equal to A. |
2 | NEqA. Not equal to A. |
3 | GA. Greater than A. |
4 | LA. Less than A. |
5 | GEqA. Greater or equal to A. |
6 | LEqA. Less than or equal to A. |
7 | NLAandNGB. Between A and B inclusively. |
8 | LAorGB. Less than A or greater than B. |
9 | ALargest. The greatest A. |
10 | ALowest. The least A. |
See also: