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

Sets the overall width for this table entity. 

 

Column widths may be adjusted proportionally. 

Method generates the eInvalidInput exception when the width is negative.

columWidth

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