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

Returns the width of the specified column.

Returns the current width for a particular table column.

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

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