Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::insertColumnsAndInherit Method
Syntax
C++
void insertColumnsAndInherit(OdInt32 col, OdInt32 nInheritFrom, OdInt32 nNumCols);

Inserts columns at the specified index and inherits their format from the reference column. 

 

Parameters
Description
col
[in] Index.
nInheritFrom
[in] Column number in the table that the format will be inherited from.
nNumCols
[in] Number of inserted columns.

Method generates the eInvalidInput exception when the number of rows or columns is zero.

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