OpenSTAAD V8i

Table.SetRowHeader

Sets the heading of a row.

VB Syntax

Table.SetRowHeader ReportNo, TableNo, RowNo, szHeader

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

RowNo

Long variable containing the row number.

szHeader

String variable providing the row header.

VB Example

'Get the application object --
'Set header for the row
Header = "Row 5"
RowNo = 5
objOpenSTAAD.Table.SetRowHeader ReportNo, TableNo, RowNo, szHeader