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
)
Public Function AppendTable (
x As Single,
y As Single,
widths As Double(),
heights As Double()
) As ITable
public:
ITable^ AppendTable(
float x,
float y,
array<double>^ widths,
array<double>^ heights
)
member AppendTable :
x : float32 *
y : float32 *
widths : float[] *
heights : float[] -> ITable
Parameters
-
x
-
Type:
System
Single
-
y
-
Type:
System
Single
-
widths
-
Type:
System
Double
-
heights
-
Type:
System
Double
Return Value
Type:
ITable
See Also