OpenSTAAD V8i

Table.SetCellTextSizeAll

Sets the text in the entire table to FontSize. The font sizes are equivalent to the ones used in Microsoft Word.

VB Syntax

Table.SetCellTextSizeAll ReportNo, TableNo, FontSize

Where:

ReportNo

Long variable containing the report number.

TableNo

Long variable containing the table number.

FontSize

Double variable containing the size of the font to set the entire table to.

VB Example

'Get the application object --
‘Set the font size for the text in the table to 16 pt
objOpenSTAAD.Table.SetCellTextSizeAll ReportNo, TableNo, 16.0