'Declaration Public Overloads Function Insert( _ ByVal columns As System.Integer, _ ByVal rows As System.Integer, _ ByVal location As InsertLocation _ ) As Table
public Table Insert( System.int columns, System.int rows, InsertLocation location )
Parameters
- columns
- The number of columns in the new table.
- rows
- The number of rows in the new table.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Table.