This will hopefully be a pretty straightforward question. Is there a way to explicitly set the row height in a Table object. There doesn't seem to be a 'RowHeight' property, which kind of surprises me.
Thank you for your reply. I actually changed cRowHeight in the class module from Private to Public. Now the following line of code does the job perfectly from within my application.
Dim tblData As Table
...
tblData.cRowHeight = 30dip