InsertTable()
Contents
[
Hide
]IShapeCollection::InsertTable(int32_t, float, float, System::ArrayPtr<double>, System::ArrayPtr<double>) method
Creates a new table and inserts it into the shape collection at the specified index.
virtual System::SharedPtr<ITable> Aspose::Slides::IShapeCollection::InsertTable(int32_t index, float x, float y, System::ArrayPtr<double> columnWidths, System::ArrayPtr<double> rowHeights)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| index | int32_t | The zero-based index at which to insert the table. | 
| x | float | The x-coordinate of the table, in points. | 
| y | float | The y-coordinate of the table, in points. | 
| columnWidths | System::ArrayPtr<double> | An array of doubles representing the widths of the table\u2019s columns, in points. | 
| rowHeights | System::ArrayPtr<double> | An array of doubles representing the heights of the table\u2019s rows, in points. | 
Return Value
The newly created ITable.
See Also
- Typedef SharedPtr
 - Typedef ArrayPtr
 - Class ITable
 - Class IShapeCollection
 - Namespace Aspose::Slides
 - Library Aspose.Slides