API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::insertRows Method
OdDbTable::insertRows Method
Syntax
C++
virtual void insertRows(OdUInt32 row, double height, OdUInt32 numRows = 1);
Parameters 
Description 
OdUInt32 row 
[in] Row index.  
double height 
[in] Height of the inserted rows.  
OdUInt32 numRows = 1 
[in] Number of rows to insert. 

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

 

Method generates the eInvalidInput exception when the height is zero.

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