OpenSTAAD V8i
Sets the heading of a row.
Where:
Long variable containing the report number.
Long variable containing the table number.
Long variable containing the row number.
String variable providing the row header.
'Get the application object --
'Set header for the row
Header = "Row 5"
RowNo = 5
objOpenSTAAD.Table.SetRowHeader ReportNo, TableNo, RowNo, szHeader