AddTable(Int32,Int32) Method
In This Topic
Adds a
Table to the end of the current body.
Syntax
'Declaration
Public Overloads Function AddTable( _
ByVal columns As System.Integer, _
ByVal As System.Integer _
) As Table
public Table AddTable(
System.int columns,
System.int
)
Parameters
- columns
- The number of columns in the new table.
- rows
- The number of rows in the new table.
Return Value
See Also