.. highlightlang:: us .. _tablegetrowheight: TableGetRowHeight ================= .. index:: TableGetRowHeight .. us.tag TableGetRowHeight table.get New400 :ref:`TableGetRowHeight` returns a vector with row heights in centimeters. .. function:: rvHeight = TableGetRowHeight(hTable) .. us.return **Return Value** *rvHeight* is a vector with row heights in centimeters. The number of elements equals the number of table rows. .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. us.example **Example** :: ]] [[ .. seealso:: :ref:`overview-table`, :ref:`TableSetRowHeight`, :ref:`TableSetColumnWidth`, :ref:`TableGetColumnWidth` :sub:`id-1271301`