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

Sets the width of all columns 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.