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
)
Public Sub InsertTable (
tableColumnCount As Integer,
tableRowCount As Integer
)
public:
virtual void InsertTable(
int tableColumnCount,
int tableRowCount
) sealed
abstract InsertTable :
tableColumnCount : int *
tableRowCount : int -> unit
override InsertTable :
tableColumnCount : int *
tableRowCount : int -> unit
Parameters
-
tableColumnCount
-
Type:
System
Int32
Tablecolumn count
-
tableRowCount
-
Type:
System
Int32
Tablerow count
Implements
IShape
InsertTable(Int32, Int32)
See Also