Click or drag to resize

ShapeList AppendTable Method

Add 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 ITable AppendTable(
	float x,
	float y,
	double[] widths,
	double[] heights
)

Parameters

x
Type: System Single
y
Type: System Single
widths
Type: System Double
heights
Type: System Double

Return Value

Type: ITable
See Also