.. highlightlang:: us .. _tablesetcolumnwidth: TableSetColumnWidth =================== .. index:: TableSetColumnWidth .. us.tag TableSetColumnWidth table.set New400 :ref:`TableSetColumnWidth` sets the column width in centimeters. .. function:: bool = TableSetColumnWidth(hTable, rvWidth) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. uparam:: rvWidth *rvWidth* is a vector with the column width in centimeters. The number of elements must match the number of columns. .. seealso:: :ref:`overview-table`, :ref:`TableGetColumnWidth`, :ref:`OBJGetPosSize` :sub:`id-1501280`