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