.. highlightlang:: us .. _tablesetrowheight: TableSetRowHeight ================= .. index:: TableSetRowHeight .. us.tag TableSetRowHeight table.set New400 :ref:`TableSetRowHeight` sets the row height in centimeters. .. function:: bool = TableSetRowHeight(hTable, rvHeight) .. 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:: rvHeight *rvHeight* is a vector the row height in centimeters. The number of elements must match the number of rows in the table. .. seealso:: :ref:`overview-table`, :ref:`TableGetRowHeight`, :ref:`TableGetSize` :sub:`id-1222149`