.. highlightlang:: us .. _tablegetformatlist: TableGetFormatList ================== .. index:: TableGetFormatList .. us.tag TableGetFormatList table.format New400 :ref:`TableGetFormatList` returns a string matrix with two columns with cell format information. .. function:: smFormat = TableGetFormatList(hTable) .. us.return **Return Value** *smFormat* is a string matrix with two columns. The columns have the following meaning: .. list-table:: :header-rows: 1 * - Value - Meaning * - smFormat[;1] - Cell type * - smFormat[;2] - Format format string The row number in the matrix refers to the index returned by :ref:`TableGetFormatIndex`. .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. us.comment **Comment** .. seealso:: :ref:`overview-table`, :ref:`TableGetFormatIndex`, :ref:`TableSetFormatIndex`, :ref:`TableAddFormat` :sub:`id-1662362`