Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::insertColumns Method
Syntax
C++
virtual void insertColumns(OdUInt32 column, double width, OdUInt32 numColumns = 1);

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

 

Parameters
Description
column
[in] Column index.
width
[in] Width of the inserted columns.
numColumns
[in] Number of columns to insert.

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

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