intersect method
intersect(self, range)
Intersects another range.
def intersect(self, range):
...
| Parameter | Type | Description |
|---|---|---|
| range | System.String | The range. |
Remarks
If the two union ranges are not intersected, returns null.
intersect(self, union_range)
Intersects another range.
def intersect(self, union_range):
...
| Parameter | Type | Description |
|---|---|---|
| union_range | aspose.cells.UnionRange | The range. |
Remarks
If the two union ranges are not intersected, returns null.
intersect(self, ranges)
Intersects another range.
def intersect(self, ranges):
...
| Parameter | Type | Description |
|---|---|---|
| ranges | list | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- module
aspose.cells - class
UnionRange