OpenSTAAD V8i

Table.SetCellTextBold

Sets the text in a given row and column to bold.

VB Syntax

Table.SetCellTextBold ReportNo, TableNo, RowNo, ColNo

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

RowNo

Long variable containing the row number.

ColNo

Long variable containing the column number.

VB Example

'Get the application object --
‘Set the text in row 9 and column 4 to bold
objOpenSTAAD.Table.SetCellTextBold ReportNo, TableNo, 9, 4