InsertColumnsAndInherit Method

Insert columns into a table from another table.

See Also | Example

Signature

object.InsertColumnsAndInherit col, nInheritFrom, nNumCols

Object

Table
The object this method applies to.

col

Integer; Input-only
The col index to insert to.

nInheritFrom

Integer; Input-only
The table index to grab from.

nNumCols

Integer; Input-only
The number of columns to grab.

 

   Comments?