InsertRowsAndInherit Method

Insert rows into a table from another table.

See Also | Example

Signature

object.InsertRowsAndInherit nIndex, nInheritFrom, nNumRows

Object

Table
The object this method applies to.

nIndex

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

nInheritFrom

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

nNumRows

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

 

   Comments?