API Reference > OdDb Classes > OdDbFormattedTableData Class > OdDbFormattedTableData Methods > OdDbFormattedTableData::insertRowAndInherit Method
OdDbFormattedTableData::insertRowAndInherit Method
Syntax
C++
virtual OdInt32 insertRowAndInherit(OdInt32 nIndex, OdInt32 nInheritFrom, OdInt32 nNumRows);
Parameters 
Description 
OdInt32 nIndex 
[in] Index to insert rows at.  
OdInt32 nInheritFrom 
[in] Index of the reference row to inherit the format from.  
OdInt32 nNumRows 
[in] Number of inserted rows.  

Starting index of the inserted rows.

Inserts rows at the specified index and inherits the row properties for the inserted rows from the reference row. 

 

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