Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::insertRow Method
Syntax
C++
virtual OdInt32 insertRow(OdInt32 nIndex, OdInt32 nNumRows);

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

 

Parameters
Description
nIndex
[in] Row index.
nNumRows
[in] Number of rows to insert.

Starting index of the inserted rows.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.