OpenSTAAD V8i
Sets the text in a given row and column to bold.
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.
'Get the application object --
‘Set the text in row 9 and column 4 to bold
objOpenSTAAD.Table.SetCellTextBold ReportNo, TableNo, 9, 4