.. highlightlang:: us .. _tablegetsize: TableGetSize ============ .. index:: TableGetSize .. us.tag TableGetSize table.get New400 :ref:`TableGetSize` returns the number of rows and columns. .. function:: rvSize = TableGetSize(hTable) .. us.return **Return Value** *rvSize* is a vector with two elements: .. list-table:: :header-rows: 1 * - Element - Description * - rvSize[1] - Number of rows * - rvSize[2] - Number of columns .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. seealso:: :ref:`overview-table`, :ref:`TableSetSize` :sub:`id-765305`