Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void InsertTable(
	int tableColumnCount,
	int tableRowCount
)
Sub InsertTable ( 
	tableColumnCount As Integer,
	tableRowCount As Integer
)
void InsertTable(
	int tableColumnCount, 
	int tableRowCount
)
abstract InsertTable : 
        tableColumnCount : int * 
        tableRowCount : int -> unit 

Parameters

tableColumnCount
Int32
tableRowCount
Int32

See Also