AddTable()
Contents
[
Hide
]IShapeCollection::AddTable(float, float, System::ArrayPtr<double>, System::ArrayPtr<double>) method
Creates a new table and adds it to the end of the shape collection.
virtual System::SharedPtr<ITable> Aspose::Slides::IShapeCollection::AddTable(float x, float y, System::ArrayPtr<double> columnWidths, System::ArrayPtr<double> rowHeights)=0
Arguments
| Parameter | Type | Description | 
|---|---|---|
| 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