OpenSTAAD V8i
Sets the unit string 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 unit string.
'Get the application object --
'Set unit for the column
szUnit = "kN/m^2"
ColNo = 5
objOpenSTAAD.Table.SetColumnUnitString ReportNo, TableNo, ColNo, szUnit