OpenSTAAD V8i

Table.SetColumnHeader

Sets the heading of a column.

VB Syntax

Table.SetColumnHeader ReportNo, TableNo, ColNo, szHeader

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

ColNo

Long variable containing the column number.

szHeader

String variable providing the column header.

VB Example

'Get the application object --
'Set header for the column
Header = "Column 5"
ColNo = 5
objOpenSTAAD.Table.SetColumnHeader ReportNo, TableNo, ColNo, szHeader