'Declaration Public Overloads Overrides Function InsertTable( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Table
'Usage Dim instance As Cell 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 number of rows.
- columnCount
- The number of columns.
Return Value
A reference to the newly created Table.