InsertTable()
Contents
[
Hide
]IShapeCollection::InsertTable(int32_t, float, float, System::ArrayPtr<double>, System::ArrayPtr<double>) method
Creates a new Table and inserts it to the 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 value should be inserted. |
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