InsertTable

ShapeCollection.InsertTable method

创建一个新表并将其插入到指定索引处的集合中。

public ITable InsertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights)
范围类型描述
indexInt32应该插入值的从零开始的索引。
xSingle形状框架左侧的 X 坐标。
ySingle形状框架顶部的 Y 坐标。
columnWidthsDouble[]双精度数组,表示表中列的宽度。
rowHeightsDouble[]双精度数组,表示表中行的高度。

返回值

创建表对象。

也可以看看