AddTable()

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

ParameterTypeDescription
xfloatThe x-coordinate of the table, in points.
yfloatThe y-coordinate of the table, in points.
columnWidthsSystem::ArrayPtr<double>An array of doubles representing the widths of the table\u2019s columns, in points.
rowHeightsSystem::ArrayPtr<double>An array of doubles representing the heights of the table\u2019s rows, in points.

Return Value

The newly created ITable.

See Also