InsertTable

IShapeCollection.InsertTable method

Creates a new Table and inserts it to the collection at the specified index.

public ITable InsertTable(int index, float x, float y, double[] columnWidths, double[] rowHeights)
ParameterTypeDescription
indexInt32The zero-based index at which value should be inserted.
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