OpenSTAAD V8i
Sets the text in the entire table to FontSize. The font sizes are equivalent to the ones used in Microsoft Word.
Where:
Long variable containing the report number.
Long variable containing the table number.
Double variable containing the size of the font to set the entire table to.
'Get the application object --
‘Set the font size for the text in the table to 16 pt
objOpenSTAAD.Table.SetCellTextSizeAll ReportNo, TableNo, 16.0