I think what you want is (vla-setrowheight objtable ht) you have to repeat for all the rows you want to change, you will need (vla-get-rows objtable) to work out how many rows, usually start row count at 2 Title & header, so repeat = rows - 2. There is also textheight and text alignment to consider.
list of methods for a table.txt