'Declaration Public Overloads Overridable Function InsertTable( _ ByVal index As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
Parameters
- index
- The index of the Paragraph where the Table is to be inserted.
- rowCount
- The row count for the new Table.
- columnCount
- The column count for the new Table.
Return Value
The new Table that was inserted.