LOTUSSCRIPT/COM/OLE CLASSES


HeaderAlignment property
Example

Read-write. The alignment (justification) of the header in a column.

Note This property is new with Release 5.

Note This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Constant of type Integer

Syntax

To get: alignment% = notesViewColumn.HeaderAlignment

To set: notesViewColumn. HeaderAlignment = alignment%

Legal values


Note These values are also used with the Alignment property of the NotesRichTextParagraphStyle class and Alignment property of the NotesViewColumn class.

Language cross-reference

HeaderAlignment property in Java ViewColumn class

Example