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