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

Sets the height of all rows in this table entity (DXF 141). 

 

Method generates the eInvalidInput exception when the row height is negative.

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