AddTable()
IShapeCollection::AddTable(float, float, System::ArrayPtr<double>, System::ArrayPtr<double>) method
Creates a new Table and adds it to the end of the 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 for a left side of shape’s frame. |
y | float | The Y-coordinate for a top side of shape’s frame. |
columnWidths | System::ArrayPtr<double> | Array of doubles which represents widths of columns in the table. |
rowHeights | System::ArrayPtr<double> | Array of doubles which represents heights of rows in the table. |
Return Value
Created Table object.
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class ITable
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides