OpenSTAAD V8i

Table.SetCellTextVertAlignment

Sets the text in a particular row and column to a specified vertical alignment. By default, all the text is top justified. 

VB Syntax

Table.SetCellTextVertAlignment ReportNo, TableNo, RowNo, ColNo, Alignment

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

RowNo

Long variable containing the row number.

ColNo

Long variable containing the column number.

Alignment

An integer variable containing the type of vertical alignment to apply. The possible values are:

0 = top

4 = center

8 = bottom

VB Example

'Get the application object --

'Set the horizontal alignment for the text in row 10 and column 6 to center-
' justified.