OpenSTAAD V8i

4.9.1 Table.SetColumnUnitString

Sets the unit string of a column.

VB Syntax

Table.SetColumnUnitString ReportNo, TableNo, ColNo, szUnitString

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

ColNo

Long variable containing the column number.

szUnitString

String variable providing the column unit string.

VB Example

'Get the application object --
'Set unit for the column
szUnit = "kN/m^2"
ColNo = 5
objOpenSTAAD.Table.SetColumnUnitString ReportNo, TableNo, ColNo, szUnit