InsertTable
ShapeCollection.InsertTable 方法
在指定索引处创建一个新表并将其插入集合中。
public ITable InsertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights)
| 参数 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要插入值的零基础索引。 |
| x | Single | 形状框架左侧的 X 坐标。 |
| y | Single | 形状框架顶部的 Y 坐标。 |
| columnWidths | Double[] | 表中列宽的双精度数组。 |
| rowHeights | Double[] | 表中行高的双精度数组。 |
返回值
创建的表对象。
相关内容
- 接口 ITable
- 类 ShapeCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides