OpenSTAAD V8i

Table.SetCellTextItalic

Italicizes the text in a given row and column.

VB Syntax

Table.SetCellTextItalic 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 --
‘Italicize the text in row 9 and column 4
objOpenSTAAD.Table.SetCellTextItalic ReportNo, TableNo, 9, 4