is_intersect method
is_intersect
Indicates whether the range is intersect.
Returns
Whether the range is intersect.
def is_intersect(self, range):
...
Parameter | Type | Description |
---|---|---|
range | Range | The range. |
Remarks
If the two ranges area not in the same worksheet ,return false.
See Also
- module
aspose.cells
- class
Range