'Declaration Public Overloads Overrides Function InsertTable( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
'Usage Dim instance As Footer Dim rowCount As Integer Dim columnCount As Integer Dim value As Table value = instance.InsertTable(rowCount, columnCount)
public override Table InsertTable( int rowCount, int columnCount )
Parameters
- rowCount
- The row count for the new Table.
- columnCount
- The column count for the new Table.