The TabRangeCombineMode enumeration contains types of changes executed for table elements ranges.
It is used by the following method:
Value | Brief description |
1 | And_. Range crossing. |
2 | Or_. Range aggregation. |
3 | Xor_. Range aggregation excluding their crossing. |
4 | Diff. Current range excluding crossing. |
5 | Copy. Copy of current range. |
See also: