.. highlightlang:: us .. _tablesettextangle: TableSetTextAngle ================= .. index:: TableSetTextAngle .. us.tag TableSetTextAngle table.set New400 :ref:`TableSetTextAngle` sets the text direction of all cells or a selection of cells. .. function:: bool = TableSetTextAngle(hTable, rmTextAngle) bool = TableSetTextAngle(hTable, rmTextAngle, rvSel) .. 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:: rmTextAngle *rmTextAngle*. .. uparam:: rvSel *rvSel* is a vector with four elements specifying a range of rows and columns: .. list-table:: :header-rows: 1 * - Element - Description * - rvSel[1] - Left column of selection * - rvSel[2] - Top row of selection * - rvSel[3] - Right column of selection * - rvSel[4] - Bottom row of selection The column and row numbering starts with 1. Left is smaller than right and top is smaller than bottom. .. seealso:: :ref:`overview-table`, :ref:`TableGetTextAngle` :sub:`id-1904142`