GetMergeByCell
Worksheet.GetMergeByCell method
获取包含行、列位置单元格的合并区域,如果所有合并区域都不包含该单元格位置,则返回null
public CellRange GetMergeByCell(int row, int col)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | |
col | Int32 |
也可以看看
- class CellRange
- class Worksheet
- 命名空间 Aspose.Cells.GridDesktop
- 部件 Aspose.Cells.GridDesktop