LOTUSSCRIPT/COM/OLE CLASSES


Alignment property
Example

Read-write. The alignment (justification) of data 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.Alignment

To set: notesViewColumn.Alignment = alignment%

Legal values


Note The above constants are also used with the Alignment property in the NotesRichTextParagraphStyle class, and HeaderAlignment property in the NotesViewColumn class.

Language cross-reference

Alignment property in Java ViewColumn class

Example