IsIntersect
Range.IsIntersect method
表示范围是否相交。
public bool IsIntersect(Range range)
范围 | 类型 | 描述 |
---|---|---|
range | Range | 范围。 |
返回值
范围是否相交。
评论
如果两个范围区域不在同一个工作表中,则返回 false。
也可以看看
- class Range
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
表示范围是否相交。
public bool IsIntersect(Range range)
范围 | 类型 | 描述 |
---|---|---|
range | Range | 范围。 |
范围是否相交。
如果两个范围区域不在同一个工作表中,则返回 false。