How do I set the height of cells in a Table?

The size of the table in my template file starts out with just enough room to print a line or so of size 9 Times New Roman - but upon print the size of the cells containing the text is much too large (and mush lager than the original size..

How do I set the size (height and width) of cells in a table in code?

Hello papaboom.

You cannot change size of specific cell indirectly, you can change the whole row’s minimum height. But actual row’s height will be greater or equal to that value: Aspose.PowerPoint ensures row height enough to fit all text.

Please check if table contains empty cells. If it contains, this is a known issue, we will fix it in next hotfix. You can add space character to each cell as a temporal workaround.