Skip to main content
Skip table of contents

f$Word: ColumnOrientation


f$Word: ColumnOrientation

Determine the orientation of a table column. After the table has been inserted, f$Word: Table the width for each column can be defined.

Syntax:

Status = f$Word('TableColumnAttribute','No','Att')

 

Argument

Type

Meaning

 

TableAttribute

String

Keyword

 

ColumnNo

String

Number of the table column the width is to be defined for, beginning with 1

 

Attribute

String

Column width

'0' – left-aligned,
'1' – centered
'2' – right-aligned

Result:

Integer

0: Command successfully executed

-1: No table existent.

Example:

Status = f$Word('InsertTable' ,'1',' 2.0' )
Status = f$Word('TableColumnAttribute','1','1')

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.