API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > setColumnWidth Method > OdDbTable::setColumnWidth Method (OdUInt32, double)
OdDbTable::setColumnWidth Method (OdUInt32, double)
Syntax
C++
virtual void setColumnWidth(OdUInt32 column, double width);
Parameters 
Description 
OdUInt32 column 
[in] Column index.  
double width 
[in] Column width. 

Sets the width of the specified column in this table entity (DXF 142). 

 

Method generates the eInvalidInput exception when the column width is negative.

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