InsertTable
IShapeCollection.InsertTable method
创建一个新表并将其插入到指定索引处的集合中。
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[] | 双精度数组,表示表中行的高度。 |
返回值
创建表对象。
也可以看看
- interface ITable
- interface IShapeCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides