Description
Creates and returns a Table at the end of this Element. The table will contain the specified number of rows and columns.
C#
vb.net
Parameters
rows
Anint
representing the number of rows the table will have.
columns
Anint
representing the number of columns the table will have.
Returns
ATable
object representing the newly created table.
Examples
C#
vb.net