InsertRowsAndInherit Method |
Insert rows into a table from another table.
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? |