InsertTable
ShapeCollection.InsertTable method
Creates a new table and inserts it into the shape collection at the specified index.
public ITable InsertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which to insert the table. |
x | Single | The x-coordinate of the table, in points. |
y | Single | The y-coordinate of the table, in points. |
columnWidths | Double[] | An array of doubles representing the widths of the table’s columns, in points. |
rowHeights | Double[] | An array of doubles representing the heights of the table’s rows, in points. |
Return Value
The newly created ITable
.
See Also
- interface ITable
- class ShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides