TRangeOp Enumeration
Operation between ranges.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Union |
0 |
An union of the 2 ranges.
|
Intersection |
1 |
The intersection of the 2 ranges.
|
Range |
2 |
Creates a range from the Left-Top and Right-Bottom coordinates provided by the opearnds.
|