OpenSTAAD V8i
Sets the text in a particular row and column to a certain font size. 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.
Long variable containing the row number.
Long variable containing the column number.
Double variable containing the size of the font to set the text to.
'Get the application object --
‘Set the font size for the text in row 10 and column 6 to 18 pt
objOpenSTAAD.Table.SetCellTextSize ReportNo, TableNo, 10, 6, 16.0