API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::insertRow Method
OdDbLinkedTableData::insertRow Method
Syntax
C++
virtual OdInt32 insertRow(OdInt32 nIndex, OdInt32 nNumRows);
Parameters 
Description 
OdInt32 nIndex 
[in] Row index.  
OdInt32 nNumRows 
[in] Number of rows to insert.  

Starting index of the inserted rows.

Inserts the specified number of rows into this linked table object at the specified row index. 

 

Method generates the eInvalidInput exception when the nNumRows argument is zero or negative.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.