API Reference > OdDb Classes > OdDbLinkedTableData Class > OdDbLinkedTableData Methods > OdDbLinkedTableData::appendColumn Method
OdDbLinkedTableData::appendColumn Method
Syntax
C++
virtual OdInt32 appendColumn(OdInt32 nNumCols);
Parameters 
Description 
OdInt32 nNumCols 
[in] Number of columns to add.  

Starting index of the appended columns.

Appends the specified number of columns into this linked table object. 

 

Method generates the eInvalidInput exception when the row argument is zero or negative.

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