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