.. highlightlang:: us .. _tablegetcolumnwidth: TableGetColumnWidth =================== .. index:: TableGetColumnWidth .. us.tag TableGetColumnWidth table.get New400 :ref:`TableGetColumnWidth` returns a vector with column width in centimeters. .. function:: rvWidth = TableGetColumnWidth(hTable) .. us.return **Return Value** *rvWidth* is a vector with column width in centimeters. The number of elements equals the number of table columns. .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. seealso:: :ref:`overview-table`, :ref:`TableGetRowHeight`, :ref:`TableSetColumnWidth` :sub:`id-895686`