UnMerge
GridCells.UnMerge method
取消合并指定范围的合并单元格。
public void UnMerge(int firstRow, int firstColumn, int totalRows, int totalColumns)
范围 | 类型 | 描述 |
---|---|---|
firstRow | Int32 | 此范围的第一行(从零开始) |
firstColumn | Int32 | 此范围的第一列(从零开始) |
totalRows | Int32 | 行数(基于一个) |
totalColumns | Int32 | 列数(基于一个) |
也可以看看
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb