Add(Int32,Int32,Style) Method
In This Topic
Adds a
Table to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal columns As System.Integer, _
ByVal As System.Integer, _
ByVal As Style _
) As Table
public Table Add(
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