'Declaration Public Overloads Overridable Function InsertTableAfterSelf( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
'Usage Dim instance As InsertBeforeOrAfter Dim rowCount As Integer Dim columnCount As Integer Dim value As Table value = instance.InsertTableAfterSelf(rowCount, columnCount)
public virtual Table InsertTableAfterSelf( 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.