Click or drag to resize

Shape InsertTable Method

Insert a table into placeholder shape.

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void InsertTable(
	int tableColumnCount,
	int tableRowCount
)

Parameters

tableColumnCount
Type: System Int32
Tablecolumn count
tableRowCount
Type: System Int32
Tablerow count

Implements

IShape InsertTable(Int32, Int32)
See Also