UnionRange.Intersect
Contents
[
Hide
]Intersect(string)
Intersects another range.
public UnionRange Intersect(string range)
Parameter | Type | Description |
---|---|---|
range | String | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- class UnionRange
- namespace Aspose.Cells
- assembly Aspose.Cells
Intersect(UnionRange)
Intersects another range.
public UnionRange Intersect(UnionRange unionRange)
Parameter | Type | Description |
---|---|---|
unionRange | UnionRange | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- class UnionRange
- namespace Aspose.Cells
- assembly Aspose.Cells
Intersect(Range[])
Intersects another range.
public UnionRange Intersect(Range[] ranges)
Parameter | Type | Description |
---|---|---|
ranges | Range[] | The range. |
Remarks
If the two union ranges are not intersected, returns null.
See Also
- class Range
- class UnionRange
- namespace Aspose.Cells
- assembly Aspose.Cells