'Declaration Public Overloads Shadows Function InsertTable( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
'Usage Dim instance As Document Dim rowCount As Integer Dim columnCount As Integer Dim value As Table value = instance.InsertTable(rowCount, columnCount)
public new Table InsertTable( int rowCount, int columnCount )
Parameters
- rowCount
- columnCount