Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::insertColumn Method
Syntax
C++
virtual OdInt32 insertColumn(OdInt32 nIndex, OdInt32 nNumCols);

Inserts the specified number of columns into this linked table object at the specified column index. 

 

Parameters
Description
nIndex
[in] Column index.
nNumCols
[in] Number of columns to insert.

Starting index of the inserted columns.

Method generates the eInvalidInput exception when the column argument is grater than the number of columns or the width is zero.

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