SplitByColSpan
Cell.SplitByColSpan 方法
根据列的索引将单元格拆分为两个单元格。
public void SplitByColSpan(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 列的索引。 |
另请参阅
- 类 Cell
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
根据列的索引将单元格拆分为两个单元格。
public void SplitByColSpan(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 列的索引。 |