intersect method
intersect
Intersects another range.
def intersect(self, range):
...
Parameter | Type | Description |
---|---|---|
range | str | The range. |
Remarks
If the two union ranges are not intersected, returns null.
intersect
Intersects another range.
def intersect(self, union_range):
...
Parameter | Type | Description |
---|---|---|
union_range | UnionRange | The range. |
Remarks
If the two union ranges are not intersected, returns null.
intersect
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