AddTable

IShapeCollection.AddTable method

Creates a new Table and adds it to the end of the collection.

public ITable AddTable(float x, float y, double[] columnWidths, double[] rowHeights)
ParameterTypeDescription
xSingleThe X-coordinate for a left side of shape’s frame.
ySingleThe Y-coordinate for a top side of shape’s frame.
columnWidthsDouble[]Array of doubles which represents widths of columns in the table.
rowHeightsDouble[]Array of doubles which represents heights of rows in the table.

Return Value

Created Table object.

See Also