Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdTableCreator::getParticularColumnWidth Method
Syntax
C++
bool getParticularColumnWidth(const OdUInt32 col, OdUInt32& column_width) const;

Returns the current width for a particular table column.

Parameters
Description
col
[in] A column index (from 0 to column count -1).
column_width
[out] A placeholder for the column width value.

Returns the width of the specified column.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.