SplitByColSpan
ICell.SplitByColSpan 方法
通过列的索引将单元格拆分为两个单元格。
public void SplitByColSpan(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 列的索引。 |
参见
- 接口 ICell
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
通过列的索引将单元格拆分为两个单元格。
public void SplitByColSpan(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 列的索引。 |