InsertTable
IShapeCollection.InsertTable method
Creates a new Table and inserts it to the 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 value should be inserted. |
x | Single | The X-coordinate for a left side of shape’s frame. |
y | Single | The Y-coordinate for a top side of shape’s frame. |
columnWidths | Double[] | Array of doubles which represents widths of columns in the table. |
rowHeights | Double[] | Array of doubles which represents heights of rows in the table. |
Return Value
Created Table object.
See Also
- interface ITable
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides