.. highlightlang:: us .. index:: TableSetSize .. _tablesetsize: TableSetSize ============ .. us.tag TableSetSize table.set New570 :ref:`TableSetSize` sets the number of rows and columns. .. function:: bool = TableSetSize(hTable, nRow, nColumn) .. us.return **Return Value** *bool* .. us.params **Parameters** .. uparam:: hTable Identifies the table object. .. uparam:: nRow *nRow* is the new number of rows. Maximum is 100 rows. .. uparam:: nColumn *nColumn* is the new number of columns. Maximum is 100 columns. .. seealso:: :ref:`overview-table`, :ref:`TableGetSize` :sub:`id-1606791`