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

ParameterTypeDescription
xfloatThe X-coordinate for a left side of shape’s frame.
yfloatThe Y-coordinate for a top side of shape’s frame.
columnWidthsSystem::ArrayPtr<double>Array of doubles which represents widths of columns in the table.
rowHeightsSystem::ArrayPtr<double>Array of doubles which represents heights of rows in the table.

Return Value

Created Table object.

See Also