AddTable
IShapeCollection.AddTable method
Creates a new table and adds it to the end of the shape collection.
public ITable AddTable(float x, float y, double[] columnWidths, double[] rowHeights)
Parameter | Type | Description |
---|---|---|
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
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides