'Declaration Public Overloads Overrides Function InsertTableBeforeSelf( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
'Usage Dim instance As Paragraph Dim rowCount As Integer Dim columnCount As Integer Dim value As Table value = instance.InsertTableBeforeSelf(rowCount, columnCount)
public override Table InsertTableBeforeSelf( int rowCount, int columnCount )
Parameters
- rowCount
- The row count for the new Table.
- columnCount
- The column count for the new Table.
Return Value
The new Table that was inserted.