API Reference > OdDb Classes > OdDbTableContent Class > OdDbTableContent Methods > OdDbTableContent::setRowHeight Method
OdDbTableContent::setRowHeight Method
Syntax
C++
virtual void setRowHeight(OdInt32 nRow, double fHeight);
Parameters 
Description 
OdInt32 nRow 
[in] Row index.  
double fHeight 
[in] Row height. 

Sets the height of the specified row. 

 

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

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