API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdTableCreator Class > OdTableCreator Methods > OdTableCreator::getParticularRowHeight Method
OdTableCreator::getParticularRowHeight Method
Syntax
C++
bool getParticularRowHeight(const OdUInt32 row, OdUInt32& row_height) const;
Parameters 
Description 
const OdUInt32 row 
[in] A row index (from 0 to row count -1).  
OdUInt32& row_height 
[out] A placeholder for the row height value.
 

Returns the height of the specified row.

Returns the current height for a particular table row.

The method accepts a passed value, fills it and returns it to a calling subroutine.

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