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 _
) As Table
public Table Add(
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