Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableContent::setColumnWidth Method
Syntax
C++
virtual void setColumnWidth(OdInt32 nCol, double fWidth);

Sets the width of the specified column. 

 

Parameters
Description
nCol
[in] Column index.
fWidth
[in] Column width.

Method generates the eInvalidIndex exception when there is no column with specified index in the table.

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