.. highlightlang:: us .. _tablegetformatindex: TableGetFormatIndex =================== .. index:: TableGetFormatIndex .. us.tag TableGetFormatIndex table.format New400 :ref:`TableGetFormatIndex` returns a matrix with the format indices. .. function:: rmFormatIndex = TableGetFormatIndex(hTable) rmFormatIndex = TableGetFormatIndex(hTable, rvSel) .. us.return **Return Value** *rmFormatIndex* is a matrix with the Format indices. .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. 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:`TableGetFormatList`, :ref:`TableSetFormatIndex`, :ref:`TableAddFormat` :sub:`id-1958201`