Click or drag to resize

ShapeList InsertTable Method

Adds a new Table to collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertTable(
	int index,
	float x,
	float y,
	double[] columnWidths,
	double[] rowHeights
)

Parameters

index
Type: System Int32
Index should be inserted.
x
Type: System Single
Left side of shape.
y
Type: System Single
Top side of shape.
columnWidths
Type: System Double
Widths of columns in the table.
rowHeights
Type: System Double
Heights of rows in the table.
See Also