Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::insertRowAndInherit Method
Syntax
C++
virtual OdInt32 insertRowAndInherit(OdInt32 nIndex, OdInt32 nInheritFrom, OdInt32 nNumRows);

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

 

Parameters
Description
nIndex
[in] Index to insert rows at.
nInheritFrom
[in] Index of the reference row to inherit the format from.
nNumRows
[in] Number of inserted rows.

Starting index of the inserted rows.

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