Close

Relief for ODA Team in Ukraine

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

Inserts columns at the specified index and inherits the column properties for the inserted columns from the reference column. 

 

Parameters
Description
nIndex
[in] Index.
nInheritFrom
[in] Index of the reference column to inherit the format from.
nNumCols
[in] Number of inserted columns.

Starting index of the 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.